qca-qt5: remove openssl 1.0.2 pinning

This commit is contained in:
Robin Gloster 2019-07-30 13:50:43 +02:00
parent d7a73f7d60
commit fdf7d9eeef
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
1 changed files with 1 additions and 3 deletions

View File

@ -13098,9 +13098,7 @@ in
suffix = "qt5";
};
qca-qt5 = callPackage ../development/libraries/qca-qt5 {
openssl = openssl_1_0_2;
};
qca-qt5 = callPackage ../development/libraries/qca-qt5 { };
qmltermwidget = callPackage ../development/libraries/qmltermwidget {
inherit (darwin.apple_sdk.libs) utmp;