gitAndTools.git-dit: use openssl 1.0.2
There hasn't been a release in almost two years. Some (pinned) dependency doesn't work with a newer openssl yet :/
This commit is contained in:
parent
d80649d2a3
commit
43ab7e184d
@ -1,6 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, openssl
|
, openssl_1_0_2
|
||||||
, zlib
|
, zlib
|
||||||
, libssh
|
, libssh
|
||||||
, cmake
|
, cmake
|
||||||
@ -35,7 +35,7 @@ buildRustPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
openssl
|
openssl_1_0_2
|
||||||
libssh
|
libssh
|
||||||
zlib
|
zlib
|
||||||
] ++ stdenv.lib.optionals (stdenv.isDarwin) [
|
] ++ stdenv.lib.optionals (stdenv.isDarwin) [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user