mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 14:17:44 +00:00
nottetris2: remove phases
This commit is contained in:
parent
96dfb5fa71
commit
6c9e39afa0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user