habitat: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-10 23:40:53 +02:00
parent 12ad25411d
commit a0c0a349d2
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -7374,7 +7374,9 @@ with pkgs;
haveged = callPackage ../tools/security/haveged { };
habitat = callPackage ../applications/networking/cluster/habitat { };
habitat = callPackage ../applications/networking/cluster/habitat {
openssl = openssl_1_1;
};
hashcash = callPackage ../tools/security/hashcash { };