mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 New Issue
Block a user