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
|
||||
, fetchFromGitHub
|
||||
, openssl
|
||||
, openssl_1_0_2
|
||||
, zlib
|
||||
, libssh
|
||||
, cmake
|
||||
@ -35,7 +35,7 @@ buildRustPackage rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
openssl
|
||||
openssl_1_0_2
|
||||
libssh
|
||||
zlib
|
||||
] ++ stdenv.lib.optionals (stdenv.isDarwin) [
|
||||
|
Loading…
x
Reference in New Issue
Block a user