git-series: use nixpkgs libcurl
This replaces the vendored copy from curl-sys.
This commit is contained in:
parent
f7de72a552
commit
2bc9e6cb37
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, fetchpatch, rustPlatform, openssl, cmake, perl, pkgconfig, zlib }:
|
{ stdenv, fetchFromGitHub, fetchpatch, rustPlatform, openssl, cmake, perl, pkgconfig, zlib, curl }:
|
||||||
|
|
||||||
with rustPlatform;
|
with rustPlatform;
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ buildRustPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig perl ];
|
nativeBuildInputs = [ cmake pkgconfig perl ];
|
||||||
buildInputs = [ openssl zlib ];
|
buildInputs = [ openssl zlib curl ];
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
install -D "$src/git-series.1" "$out/man/man1/git-series.1"
|
install -D "$src/git-series.1" "$out/man/man1/git-series.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user