mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #17422 from womfoo/fix/leatherman-disable-curl-test
leatherman: disable curl test to fix build
This commit is contained in:
commit
909249dbe2
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ boost cmake curl ];
|
||||
|
||||
# curl upgrade to 7.50.0 (#17152) broke the curl mock tests, disabling for now
|
||||
# upstream bug raised https://tickets.puppetlabs.com/browse/LTH-108
|
||||
cmakeFlags = [ "-DLEATHERMAN_MOCK_CURL=OFF" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/puppetlabs/leatherman/;
|
||||
description = "A collection of C++ and CMake utility libraries";
|
||||
|
Loading…
Reference in New Issue
Block a user