Merge pull request #132520 from Stunkymonkey/games-phases

This commit is contained in:
Sandro 2021-08-03 20:59:54 +00:00 committed by GitHub
commit b2412ac2e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 7 additions and 15 deletions

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love ]; buildInputs = [ lua love ];
phases = "installPhase"; dontUnpack = true;
installPhase = installPhase =
'' ''

View file

@ -48,7 +48,7 @@ let
rev = rev-manual; rev = rev-manual;
sha256 = sha256-manual; sha256 = sha256-manual;
}; };
phases = [ "unpackPhase" "patchPhase" "buildPhase" ]; dontInstall = true;
nativeBuildInputs = [ asciidoc ]; nativeBuildInputs = [ asciidoc ];
patchPhase = '' patchPhase = ''
# rsync isnt needed # rsync isnt needed

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love ]; buildInputs = [ lua love ];
phases = [ "installPhase" ]; dontUnpack = true;
installPhase = installPhase =
'' ''

View file

@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
url = "http://df.zweistein.cz/soundsense/soundSense_${version}.zip"; url = "http://df.zweistein.cz/soundsense/soundSense_${version}.zip";
sha256 = "1gkrs69l3xsh858yjp204ddp29m668j630akm7arssc9359wxqkk"; sha256 = "1gkrs69l3xsh858yjp204ddp29m668j630akm7arssc9359wxqkk";
}; };
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
nativeBuildInputs = [ dos2unix ]; nativeBuildInputs = [ dos2unix ];
buildPhase = '' buildPhase = ''
dos2unix soundSense.sh dos2unix soundSense.sh

View file

@ -17,7 +17,7 @@ let
sha256 = "sha256-/KFumHRkmRvsU/L1i11jG/KbqobnOEP7l4lyPMKHycA="; sha256 = "sha256-/KFumHRkmRvsU/L1i11jG/KbqobnOEP7l4lyPMKHycA=";
}; };
phases = [ "installPhase" ]; dontUnpack = true;
installPhase = '' installPhase = ''
mkdir -p "$out/share/FlightGear" mkdir -p "$out/share/FlightGear"

View file

@ -28,8 +28,6 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love_11 zip ]; buildInputs = [ lua love_11 zip ];
phases = [ "unpackPhase" "installPhase" ];
installPhase = installPhase =
'' ''
mkdir -p $out/bin $out/share/games/lovegames $out/share/applications mkdir -p $out/bin $out/share/games/lovegames $out/share/applications

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ lua love makeWrapper ]; nativeBuildInputs = [ lua love makeWrapper ];
phases = "installPhase"; dontUnpack = true;
installPhase = installPhase =
'' ''

View file

@ -28,8 +28,6 @@ stdenv.mkDerivation {
nativeBuildInputs = [ zip makeWrapper ]; nativeBuildInputs = [ zip makeWrapper ];
buildInputs = [ love_0_7 ]; buildInputs = [ love_0_7 ];
phases = [ "unpackPhase" "installPhase" ];
installPhase = installPhase =
'' ''
mkdir -p $out/bin $out/share/games/lovegames $out/share/applications mkdir -p $out/bin $out/share/games/lovegames $out/share/applications

View file

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

View file

@ -29,7 +29,6 @@ stdenv.mkDerivation {
libpulseaudio libpulseaudio
]; ];
phases = [ "unpackPhase" "installPhase" ];
installPhase = '' installPhase = ''
mkdir -p "$out/opt/Scrolls" mkdir -p "$out/opt/Scrolls"
cp -r ../Scrolls "$out/opt/Scrolls/" cp -r ../Scrolls "$out/opt/Scrolls/"

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love ]; buildInputs = [ lua love ];
phases = "installPhase"; dontUnpack = true;
installPhase = installPhase =
'' ''

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
buildInputs = [ lua love ]; buildInputs = [ lua love ];
phases = "installPhase"; dontUnpack = true;
installPhase = installPhase =
'' ''