Missed gcc refs
This commit is contained in:
@@ -80,7 +80,7 @@ stdenv.mkDerivation {
|
||||
|
||||
installPhase = ''
|
||||
export CC=cc
|
||||
'' + stdenv.lib.optionalString (stdenv ? gcc) ''
|
||||
'' + stdenv.lib.optionalString (stdenv ? cc) ''
|
||||
# http://lists.science.uu.nl/pipermail/nix-dev/2013-October/011891.html
|
||||
# Fix for "libgcc_s.so.1 must be installed for pthread_cancel to work"
|
||||
# during tests:
|
||||
|
||||
Reference in New Issue
Block a user