leatherman: 1.5.3 -> 1.5.4, fix build with gcc8

This commit is contained in:
Franz Pletz
2019-01-11 11:57:31 +01:00
parent bc87c138d0
commit 3212dc84a9

View File

@@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
owner = "puppetlabs";
};
buildInputs = [ boost cmake curl ruby ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=ignored-qualifiers" "-Wno-error=class-memaccess" "-Wno-error=catch-value" ];
nativeBuildInputs = [ cmake ];
buildInputs = [ boost curl ruby ];
enableParallelBuilding = true;