worldofgoo: deprecate phases

This commit is contained in:
Felix Buehler 2024-05-02 23:06:23 +02:00
parent ad63eec6c1
commit d41a294486

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