pin some packages to openssl 1.0.2 for now

This commit is contained in:
Robin Gloster
2019-07-29 21:25:10 +02:00
parent c1d336dfce
commit a22429bf05
5 changed files with 182 additions and 63 deletions
@@ -81,7 +81,9 @@ let
git-cola = callPackage ./git-cola { };
git-crypt = callPackage ./git-crypt { };
git-crypt = callPackage ./git-crypt {
openssl = openssl_1_0_2;
};
git-dit = callPackage ./git-dit {
inherit (darwin.apple_sdk.frameworks) CoreFoundation Security;