wavrsocvt: remove phases

This commit is contained in:
Felix Buehler 2021-08-03 14:02:34 +02:00
parent 06552b7234
commit a1371d3e52

View file

@ -8,8 +8,6 @@ stdenv.mkDerivation {
sha256 = "15qlvdfwbiclljj7075ycm78yzqahzrgl4ky8pymix5179acm05h";
};
phases = [ "unpackPhase" "installPhase" ];
unpackPhase = ''
tar -zxf $src
'';