summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-08-03 10:48:50 +0200
committerFelix Buehler <account@buehler.rocks>2021-08-03 10:48:50 +0200
commit6c9e39afa09047b5b6e300a31939de3bc5767a83 (patch)
treec26a5071057c6bad80fdc30268e91030b45cad79
parent96dfb5fa712a8b91a47aac453e740421e8974f1d (diff)
downloadnixpkgs-6c9e39afa09047b5b6e300a31939de3bc5767a83.tar
nixpkgs-6c9e39afa09047b5b6e300a31939de3bc5767a83.tar.gz
nixpkgs-6c9e39afa09047b5b6e300a31939de3bc5767a83.tar.bz2
nixpkgs-6c9e39afa09047b5b6e300a31939de3bc5767a83.tar.lz
nixpkgs-6c9e39afa09047b5b6e300a31939de3bc5767a83.tar.xz
nixpkgs-6c9e39afa09047b5b6e300a31939de3bc5767a83.tar.zst
nixpkgs-6c9e39afa09047b5b6e300a31939de3bc5767a83.zip
nottetris2: remove phases
-rw-r--r--pkgs/games/nottetris2/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/nottetris2/default.nix b/pkgs/games/nottetris2/default.nix
index 42e5a33cad7..179673c05b6 100644
--- a/pkgs/games/nottetris2/default.nix
+++ b/pkgs/games/nottetris2/default.nix
@@ -28,8 +28,6 @@ stdenv.mkDerivation {
   nativeBuildInputs = [ zip makeWrapper ];
   buildInputs = [ love_0_7 ];
 
-  phases = [ "unpackPhase" "installPhase" ];
-
   installPhase =
   ''
     mkdir -p $out/bin $out/share/games/lovegames $out/share/applications