Commit e3510c09 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

python3Packages.pillow-jpls: fix pypaBuildFlags

parent 0b2e723e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ buildPythonPackage rec {

  pypaBuildFlags = [
    "-C"
    "cmake.args='--preset=sysdeps'"
    "cmake.args=--preset=sysdeps"
  ];

  nativeCheckInputs = [ pytestCheckHook ];