leatherman: 1.5.3 -> 1.5.4, fix build with gcc8
This commit is contained in:
parent
bc87c138d0
commit
3212dc84a9
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue