cargo-update: fix strict deps build

This commit is contained in:
Jörg Thalheim 2020-03-29 06:02:57 +00:00
parent 76d2557df8
commit 49787b63b9
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -23,8 +23,8 @@ rustPlatform.buildRustPackage rec {
cargoPatches = [ ./0001-Generate-lockfile-for-cargo-update-v3.0.0.patch ]; cargoPatches = [ ./0001-Generate-lockfile-for-cargo-update-v3.0.0.patch ];
cargoSha256 = "034v1ql5k3n3rgi3aqszkybvv3vc80v263c9nlwxcwbswsh9jpp1"; cargoSha256 = "034v1ql5k3n3rgi3aqszkybvv3vc80v263c9nlwxcwbswsh9jpp1";
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ libgit2 libssh2 openssl pkg-config zlib ] buildInputs = [ libgit2 libssh2 openssl zlib ]
++ stdenv.lib.optional stdenv.isDarwin curl; ++ stdenv.lib.optional stdenv.isDarwin curl;
meta = with stdenv.lib; { meta = with stdenv.lib; {