rimshot: remove phases

This commit is contained in:
Felix Buehler 2021-08-03 10:49:09 +02:00
parent 6c9e39afa0
commit 4dafca2c7a

View file

@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper unzip ];
buildInputs = [ lua love ];
phases = [ "unpackPhase" "installPhase" ];
unpackPhase = ''
unzip -j $src
'';