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
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
1 changed files with 0 additions and 1 deletions

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 { };