mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
linuxsampler: delete obsolete configureFlags
This commit is contained in:
parent
f7c7a4cde1
commit
347fdc03ca
@ -10,10 +10,6 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0fdxpw7jjfi058l95131d6d8538h05z7n94l60i6mhp9xbplj2jf";
|
sha256 = "0fdxpw7jjfi058l95131d6d8538h05z7n94l60i6mhp9xbplj2jf";
|
||||||
};
|
};
|
||||||
|
|
||||||
# It fails to compile without this option. I'm not sure what the bug
|
|
||||||
# is, but everything works OK for me (goibhniu).
|
|
||||||
configureFlags = [ "--disable-nptl-bug-check" ];
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
make -f Makefile.svn
|
make -f Makefile.svn
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user