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

worldofgoo: deprecate phases
This commit is contained in:
Aleksana
2024-05-16 16:25:57 +08:00
committed by GitHub
-1
View File
@@ -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 ];