libwhereami: fix gcc7 build

This commit is contained in:
Kranium Gikos Mendoza 2018-03-03 15:58:52 +11:00
parent c2fbd472a4
commit 9478569bed

View File

@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
owner = "puppetlabs";
};
# post gcc7, upstream bug: https://tickets.puppetlabs.com/browse/FACT-1828
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated";
nativeBuildInputs = [ cmake ];
buildInputs = [ boost curl leatherman ];