linuxsampler: delete obsolete configureFlags

-4
-4
pkgs/applications/audio/linuxsampler/default.nix
··· 10 10 sha256 = "0fdxpw7jjfi058l95131d6d8538h05z7n94l60i6mhp9xbplj2jf"; 11 11 }; 12 12 13 - # It fails to compile without this option. I'm not sure what the bug 14 - # is, but everything works OK for me (goibhniu). 15 - configureFlags = [ "--disable-nptl-bug-check" ]; 16 - 17 13 preConfigure = '' 18 14 make -f Makefile.svn 19 15 '';