summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-03 10:48:14 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-03 10:48:14 +0200
commit4911c06d52654015769fd7d371842d563b2296c5 (patch)
tree8dcfccada9d62c0ce00d9f929edb0be0cbd17fca
parenta7d44252c30b0f81fa059c0422c2e9ead4f9d2ec (diff)
downloadnixpkgs-4911c06d52654015769fd7d371842d563b2296c5.tar
nixpkgs-4911c06d52654015769fd7d371842d563b2296c5.tar.gz
nixpkgs-4911c06d52654015769fd7d371842d563b2296c5.tar.bz2
nixpkgs-4911c06d52654015769fd7d371842d563b2296c5.tar.lz
nixpkgs-4911c06d52654015769fd7d371842d563b2296c5.tar.xz
nixpkgs-4911c06d52654015769fd7d371842d563b2296c5.tar.zst
nixpkgs-4911c06d52654015769fd7d371842d563b2296c5.zip
mari0: remove phases
-rw-r--r--pkgs/games/mari0/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/mari0/default.nix b/pkgs/games/mari0/default.nix
index cb3349960f0..55ef9f51d5b 100644
--- a/pkgs/games/mari0/default.nix
+++ b/pkgs/games/mari0/default.nix
@@ -28,8 +28,6 @@ stdenv.mkDerivation {
   nativeBuildInputs = [ makeWrapper ];
   buildInputs = [ lua love_11 zip ];
 
-  phases = [ "unpackPhase" "installPhase" ];
-
   installPhase =
   ''
     mkdir -p $out/bin $out/share/games/lovegames $out/share/applications