3
0
Fork 0
forked from mirrors/nixpkgs

lenmus: removing custom cmakeFlags

This commit is contained in:
Samuel Leathers 2017-09-19 16:07:03 -04:00
parent 7e6011083d
commit 2c2252247c

View file

@ -16,10 +16,6 @@ stdenv.mkDerivation rec {
sha256 = "1n639xr1qxx6rhqs0c6sjxp3bv8cwkmw1vfk1cji7514gj2a9v3p";
};
cmakeFlags = [
"-DCMAKE_INSALL_PREFIX=$out"
];
enableParallelBuilding = true;
patches = [