pfstools: *Flags are lists
This commit is contained in:
parent
0a82a093d7
commit
96fc34a8cd
|
@ -14,9 +14,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "out" "dev" "man"];
|
||||
|
||||
cmakeFlags = ''
|
||||
-DWITH_MATLAB=false
|
||||
'';
|
||||
cmakeFlags = [ "-DWITH_MATLAB=false" ];
|
||||
|
||||
preConfigure = ''
|
||||
rm cmake/FindNETPBM.cmake
|
||||
|
|
Loading…
Reference in New Issue