diff --git a/nix/coloquinte.nix b/nix/coloquinte.nix index 7f835b81..08f43c98 100644 --- a/nix/coloquinte.nix +++ b/nix/coloquinte.nix @@ -12,8 +12,6 @@ stdenv.mkDerivation { buildInputs = [ boostWithPython coriolis-bootstrap qt4 ]; nativeBuildInputs = [ cmake ninja doxygen ]; - cmakeFlags = [ "-DWITH_OPENMP:STRING=TRUE" ]; - inherit version; meta = meta // { license = lib.licenses.gpl2Plus; };