sqlcipher: remove openssl 1.0.2 pinning
This commit is contained in:
parent
db82d3eb1d
commit
fafcf50a56
|
@ -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 { };
|
||||
|
|
Loading…
Reference in New Issue