Unverified Commit b2412ac2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #132520 from Stunkymonkey/games-phases

parents a1fc4daa 11ba3977
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ lua love ];

  phases = "installPhase";
  dontUnpack = true;

  installPhase =
  ''
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ let
      rev = rev-manual;
      sha256 = sha256-manual;
    };
    phases = [ "unpackPhase" "patchPhase" "buildPhase" ];
    dontInstall = true;
    nativeBuildInputs = [ asciidoc ];
    patchPhase = ''
      # rsync isnt needed
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ lua love ];

  phases = [ "installPhase" ];
  dontUnpack = true;

  installPhase =
  ''
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
    url = "http://df.zweistein.cz/soundsense/soundSense_${version}.zip";
    sha256 = "1gkrs69l3xsh858yjp204ddp29m668j630akm7arssc9359wxqkk";
  };
  phases = [ "unpackPhase" "buildPhase" "installPhase" ];
  nativeBuildInputs = [ dos2unix ];
  buildPhase = ''
    dos2unix soundSense.sh
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ let
      sha256 = "sha256-/KFumHRkmRvsU/L1i11jG/KbqobnOEP7l4lyPMKHycA=";
    };

    phases = [ "installPhase" ];
    dontUnpack = true;

    installPhase = ''
      mkdir -p "$out/share/FlightGear"
Loading