libwhereami: 0.2.0 -> 0.2.2, fix build with gcc8
This commit is contained in:
parent
3212dc84a9
commit
879038db5d
@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "puppetlabs";
|
owner = "puppetlabs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# post gcc7, upstream bug: https://tickets.puppetlabs.com/browse/FACT-1828
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=catch-value" ];
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated";
|
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user