forked from mirrors/nixpkgs
lenmus: removing custom cmakeFlags
This commit is contained in:
parent
7e6011083d
commit
2c2252247c
|
@ -16,10 +16,6 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1n639xr1qxx6rhqs0c6sjxp3bv8cwkmw1vfk1cji7514gj2a9v3p";
|
||||
};
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSALL_PREFIX=$out"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue