git-series: use openssl 1.0.2

This commit is contained in:
Andreas Rammhold 2019-03-12 20:27:45 +01:00 committed by Robin Gloster
parent 6ed53a73be
commit e2e07e2871
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, fetchpatch, rustPlatform, openssl, cmake, perl, pkgconfig, zlib }:
{ stdenv, fetchFromGitHub, fetchpatch, rustPlatform, openssl_1_0_2, cmake, perl, pkgconfig, zlib }:
with rustPlatform;
@ -27,7 +27,7 @@ buildRustPackage rec {
'';
nativeBuildInputs = [ cmake pkgconfig perl ];
buildInputs = [ openssl zlib ];
buildInputs = [ openssl_1_0_2 zlib ];
postBuild = ''
install -D "$src/git-series.1" "$out/man/man1/git-series.1"