alsa-tools: do not mention phases explicitly
This commit is contained in:
parent
24b375ac06
commit
583f16a87f
|
@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
phases = "unpackPhase patchPhase configurePhase buildPhase installPhase fixupPhase";
|
|
||||||
|
|
||||||
buildInputs = [ alsaLib pkgconfig gtk gtk3 fltk13 ];
|
buildInputs = [ alsaLib pkgconfig gtk gtk3 fltk13 ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue