python3Packages.pillow-jpls: fix pypaBuildFlags (#352042)

This commit is contained in:
Philip Taron 2024-11-03 05:01:03 -08:00 committed by GitHub
commit 21ea127910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,7 +67,7 @@ buildPythonPackage rec {
pypaBuildFlags = [
"-C"
"cmake.args='--preset=sysdeps'"
"cmake.args=--preset=sysdeps"
];
nativeCheckInputs = [ pytestCheckHook ];