forked from mirrors/nixpkgs
Fix old Go versions
http://hydra.nixos.org/build/17432147 http://hydra.nixos.org/build/17439772
This commit is contained in:
parent
07bf146b30
commit
e368ca20c9
|
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ bison glibc bash makeWrapper ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||
|
||||
# I'm not sure what go wants from its 'src', but the go installation manual
|
||||
# describes an installation keeping the src.
|
||||
preUnpack = ''
|
||||
|
|
|
@ -16,6 +16,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ bison glibc bash makeWrapper ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||
|
||||
# I'm not sure what go wants from its 'src', but the go installation manual
|
||||
# describes an installation keeping the src.
|
||||
preUnpack = ''
|
||||
|
|
Loading…
Reference in a new issue