3
0
Fork 0
forked from mirrors/nixpkgs

alsa-tools: remove non-effective parallelBuilding statement

This commit is contained in:
Florian Paul Schmidt 2015-10-13 13:05:44 +02:00
parent 583f16a87f
commit d2a1785133

View file

@ -12,8 +12,6 @@ stdenv.mkDerivation rec {
sha256 = "1lgvyb81md25s9ciswpdsbibmx9s030kvyylf0673w3kbamz1awl";
};
enableParallelBuilding = true;
buildInputs = [ alsaLib pkgconfig gtk gtk3 fltk13 ];
patchPhase = ''