Commit d41a2944 authored by Felix Buehler's avatar Felix Buehler
Browse files

worldofgoo: deprecate phases

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