mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
python3Packages.pillow-jpls: fix pypaBuildFlags (#352042)
This commit is contained in:
commit
21ea127910
@ -67,7 +67,7 @@ buildPythonPackage rec {
|
||||
|
||||
pypaBuildFlags = [
|
||||
"-C"
|
||||
"cmake.args='--preset=sysdeps'"
|
||||
"cmake.args=--preset=sysdeps"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
Loading…
Reference in New Issue
Block a user