mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
leatherman: 0.7.5 -> 0.9.0
This commit is contained in:
parent
1bac115b05
commit
4eb021baff
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "leatherman-${version}";
|
name = "leatherman-${version}";
|
||||||
version = "0.7.5";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "103qzhjhgw7jh0xcaxag735wfm6q35xprq5wmdimfhhmmrmjr51g";
|
sha256 = "18nidasykbwdd9qzwc8pnzhczy6acr3rsxwvv2v3j5gq3nbsk2mc";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "leatherman";
|
repo = "leatherman";
|
||||||
owner = "puppetlabs";
|
owner = "puppetlabs";
|
||||||
|
@ -13,10 +13,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ boost cmake curl ];
|
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; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/puppetlabs/leatherman/;
|
homepage = https://github.com/puppetlabs/leatherman/;
|
||||||
description = "A collection of C++ and CMake utility libraries";
|
description = "A collection of C++ and CMake utility libraries";
|
||||||
|
|
Loading…
Reference in a new issue