python3Packages.thinc: nixpkgs-fmt
This commit is contained in:
parent
8eca99557d
commit
5d6ade75cf
@ -31,20 +31,23 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cython ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
buildInputs = [ cython ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||||
Accelerate CoreFoundation CoreGraphics CoreVideo
|
Accelerate
|
||||||
|
CoreFoundation
|
||||||
|
CoreGraphics
|
||||||
|
CoreVideo
|
||||||
]);
|
]);
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
blis
|
blis
|
||||||
catalogue
|
catalogue
|
||||||
cymem
|
cymem
|
||||||
murmurhash
|
murmurhash
|
||||||
numpy
|
numpy
|
||||||
plac
|
plac
|
||||||
preshed
|
preshed
|
||||||
srsly
|
srsly
|
||||||
tqdm
|
tqdm
|
||||||
wasabi
|
wasabi
|
||||||
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
] ++ lib.optional (pythonOlder "3.4") pathlib;
|
||||||
|
|
||||||
|
|
||||||
@ -76,5 +79,5 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/explosion/thinc";
|
homepage = "https://github.com/explosion/thinc";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ aborsu danieldk sdll ];
|
maintainers = with maintainers; [ aborsu danieldk sdll ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user