pfstools: *Flags are lists

This commit is contained in:
Robin Gloster 2019-10-29 23:21:22 +01:00 committed by Jan Tojnar
parent 0a82a093d7
commit 96fc34a8cd
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -14,9 +14,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "man"];
cmakeFlags = ''
-DWITH_MATLAB=false
'';
cmakeFlags = [ "-DWITH_MATLAB=false" ];
preConfigure = ''
rm cmake/FindNETPBM.cmake