about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-03 14:02:34 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-05 21:20:29 +0200
commita1371d3e523a067edb2d0470bc32fa3c594d6535 (patch)
treed09f14262225f72d733711ade1f5927c135b9b94
parent06552b72346632b6943c8032e57e702ea12413bf (diff)
wavrsocvt: remove phases
-rw-r--r--pkgs/applications/misc/audio/wavrsocvt/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/misc/audio/wavrsocvt/default.nix b/pkgs/applications/misc/audio/wavrsocvt/default.nix
index 3b32f0d7f30bc..6b09a2e38d8c0 100644
--- a/pkgs/applications/misc/audio/wavrsocvt/default.nix
+++ b/pkgs/applications/misc/audio/wavrsocvt/default.nix
@@ -8,8 +8,6 @@ stdenv.mkDerivation {
     sha256 = "15qlvdfwbiclljj7075ycm78yzqahzrgl4ky8pymix5179acm05h";
   };
 
-  phases = [ "unpackPhase" "installPhase" ];
-
   unpackPhase = ''
     tar -zxf $src
     '';