forked from mirrors/nixpkgs
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;
|
||||
|
||||
phases = "unpackPhase patchPhase configurePhase buildPhase installPhase fixupPhase";
|
||||
|
||||
buildInputs = [ alsaLib pkgconfig gtk gtk3 fltk13 ];
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Reference in a new issue