python3Packages.thinc: nixpkgs-fmt
This commit is contained in:
parent
8eca99557d
commit
5d6ade75cf
1 changed files with 15 additions and 12 deletions
|
@ -31,7 +31,10 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
buildInputs = [ cython ] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||
Accelerate CoreFoundation CoreGraphics CoreVideo
|
||||
Accelerate
|
||||
CoreFoundation
|
||||
CoreGraphics
|
||||
CoreVideo
|
||||
]);
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue