pfstools: *Flags are lists

This commit is contained in:
Robin Gloster
2019-12-30 12:15:30 +01:00
committed by Jan Tojnar
parent 0a82a093d7
commit 96fc34a8cd
+1 -3
View File
@@ -14,9 +14,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "man"]; outputs = [ "out" "dev" "man"];
cmakeFlags = '' cmakeFlags = [ "-DWITH_MATLAB=false" ];
-DWITH_MATLAB=false
'';
preConfigure = '' preConfigure = ''
rm cmake/FindNETPBM.cmake rm cmake/FindNETPBM.cmake