Merge pull request #215822 from elohmeier/blis-platforms

python3Packages.blis: enable non-x86_64 platforms
This commit is contained in:
Weijia Wang 2023-02-11 17:04:25 +01:00 committed by GitHub
commit d5e7cf2710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,5 @@ buildPythonPackage rec {
homepage = "https://github.com/explosion/cython-blis";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
platforms = platforms.x86_64;
};
}