Revert "bitcoin: Remove zlib transistive dependency from bitcoin"
This reverts commit 57b26dec73 as it broke
the bitcoind build. See
- https://github.com/NixOS/nixpkgs/pull/474827#issuecomment-4287223019
- https://github.com/NixOS/nixpkgs/pull/511775#issuecomment-4287233678
This commit is contained in:
@@ -10898,9 +10898,6 @@ with pkgs;
|
||||
|
||||
bitcoin = qt6Packages.callPackage ../applications/blockchains/bitcoin {
|
||||
withGui = true;
|
||||
sqlite = sqlite.override {
|
||||
zlib = null;
|
||||
};
|
||||
zeromq = zeromq.override {
|
||||
enableCurve = false;
|
||||
enableDrafts = false;
|
||||
|
||||
Reference in New Issue
Block a user