treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ cmake boost gmp clang llvm sqlite python
|
||||
ocamlPackages.apron mpfr ppl doxygen graphviz ];
|
||||
|
||||
cmakeFlags = "-DAPRON_ROOT=${ocamlPackages.apron}";
|
||||
cmakeFlags = [ "-DAPRON_ROOT=${ocamlPackages.apron}" ];
|
||||
|
||||
postBuild = "make doc";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user