rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc
This commit is contained in:
@@ -45,9 +45,9 @@ stdenv.mkDerivation rec {
|
||||
phases = "unpackPhase installPhase";
|
||||
|
||||
# XXX: stdenv.lib.makeLibraryPath doesn't pick up /lib64
|
||||
libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.gcc stdenv.cc.libc ]
|
||||
libPath = stdenv.lib.makeLibraryPath [ stdenv.cc.cc stdenv.cc.libc ]
|
||||
+ ":" + stdenv.lib.makeLibraryPath [libX11 libXext libXau libxcb libXdmcp SDL SDL_mixer libvorbis mesa ]
|
||||
+ ":" + stdenv.cc.gcc + "/lib64";
|
||||
+ ":" + stdenv.cc.cc + "/lib64";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/libexec/2dboy/WorldOfGoo/
|
||||
|
||||
Reference in New Issue
Block a user