treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0k3kp1af0qx3l1x6a4sl4fm8qlwchjvwkvs2ck0fhfnc62q2im5f";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake boost tbb gmp clang llvm sqlite python
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ boost tbb gmp clang llvm sqlite python
|
||||
ocamlPackages.apron mpfr ppl doxygen graphviz ];
|
||||
|
||||
cmakeFlags = [ "-DAPRON_ROOT=${ocamlPackages.apron}" ];
|
||||
|
||||
Reference in New Issue
Block a user