mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
bitcoin: use default db4 now db48 is default
This commit is contained in:
parent
992e69abf4
commit
d94aa96648
1 changed files with 1 additions and 3 deletions
|
@ -7550,9 +7550,7 @@ let
|
|||
|
||||
bibletime = callPackage ../applications/misc/bibletime { };
|
||||
|
||||
bitcoin = callPackage ../applications/misc/bitcoin {
|
||||
db4 = db48;
|
||||
};
|
||||
bitcoin = callPackage ../applications/misc/bitcoin { };
|
||||
|
||||
bitlbee = callPackage ../applications/networking/instant-messengers/bitlbee {
|
||||
# For some reason, TLS support is broken when using GnuTLS 3.0 (can't
|
||||
|
|
Loading…
Reference in a new issue