Unverified Commit 21ea1279 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

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

parents 35baf0cd e3510c09
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 ];