leatherman: fix build w/glibc-2.34

Failing Hydra build: https://hydra.nixos.org/build/155215198
main
Maximilian Bosch 3 years ago
parent 49a7ee9604
commit c2050675d6
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 2
      pkgs/development/libraries/leatherman/default.nix

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
owner = "puppetlabs";
};
cmakeFlags = [ "-DLEATHERMAN_ENABLE_TESTING=OFF" ];
NIX_CFLAGS_COMPILE = "-Wno-error";
nativeBuildInputs = [ cmake ];

Loading…
Cancel
Save