sqlcipher: remove openssl 1.0.2 pinning

This commit is contained in:
Robin Gloster
2019-07-30 03:30:37 +02:00
parent db82d3eb1d
commit fafcf50a56

View File

@@ -13535,7 +13535,6 @@ in
sqlcipher = lowPrio (callPackage ../development/libraries/sqlcipher {
readline = null;
ncurses = null;
openssl = openssl_1_0_2;
});
standardnotes = callPackage ../applications/editors/standardnotes { };