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
commit 4d12f6cdc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];