leatherman: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/155215198
This commit is contained in:
parent
49a7ee9604
commit
c2050675d6
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
owner = "puppetlabs";
|
||||
};
|
||||
|
||||
cmakeFlags = [ "-DLEATHERMAN_ENABLE_TESTING=OFF" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
|
Loading…
Reference in a new issue