Unverified Commit 4d12f6cd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #308617 from Stunkymonkey/worldofgoo-deprecate-phases

worldofgoo: deprecate phases
parents 52c5c9ae d41a2944
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ unzip ];
  sourceRoot = pname;
  phases = [ "unpackPhase installPhase" ];

  libPath = lib.makeLibraryPath [ stdenv.cc.cc.lib stdenv.cc.libc SDL2 SDL2_mixer
    libogg libvorbis ];