ibm-sw-tpm2: Pin OpenSSL 1.1.1

This commit is contained in:
Janne Heß
2022-08-17 20:16:18 +02:00
committed by ajs124
parent ac6e552a30
commit af91144ef5
+3 -1
View File
@@ -7424,7 +7424,9 @@ with pkgs;
jamulus = libsForQt5.callPackage ../applications/audio/jamulus { };
ibm-sw-tpm2 = callPackage ../tools/security/ibm-sw-tpm2 { };
ibm-sw-tpm2 = callPackage ../tools/security/ibm-sw-tpm2 {
openssl = openssl_1_1;
};
ibniz = callPackage ../tools/graphics/ibniz { };