mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
worldofgoo: deprecate phases
This commit is contained in:
parent
ad63eec6c1
commit
d41a294486
@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
sourceRoot = pname;
|
sourceRoot = pname;
|
||||||
phases = [ "unpackPhase installPhase" ];
|
|
||||||
|
|
||||||
libPath = lib.makeLibraryPath [ stdenv.cc.cc.lib stdenv.cc.libc SDL2 SDL2_mixer
|
libPath = lib.makeLibraryPath [ stdenv.cc.cc.lib stdenv.cc.libc SDL2 SDL2_mixer
|
||||||
libogg libvorbis ];
|
libogg libvorbis ];
|
||||||
|
Loading…
Reference in New Issue
Block a user