libwhereami: fix gcc7 build
This commit is contained in:
parent
c2fbd472a4
commit
9478569bed
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "puppetlabs";
|
owner = "puppetlabs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# post gcc7, upstream bug: https://tickets.puppetlabs.com/browse/FACT-1828
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
buildInputs = [ boost curl leatherman ];
|
buildInputs = [ boost curl leatherman ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user