mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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 ];
|
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
|
# I'm not sure what go wants from its 'src', but the go installation manual
|
||||||
# describes an installation keeping the src.
|
# describes an installation keeping the src.
|
||||||
preUnpack = ''
|
preUnpack = ''
|
||||||
|
@ -16,6 +16,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ bison glibc bash makeWrapper ];
|
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
|
# I'm not sure what go wants from its 'src', but the go installation manual
|
||||||
# describes an installation keeping the src.
|
# describes an installation keeping the src.
|
||||||
preUnpack = ''
|
preUnpack = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user