mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
bitcoind-knots: don't override boost
This commit is contained in:
parent
cef4da0bd8
commit
da4f87c04d
@ -36387,7 +36387,6 @@ with pkgs;
|
|||||||
};
|
};
|
||||||
|
|
||||||
bitcoind-knots = callPackage ../applications/blockchains/bitcoin-knots {
|
bitcoind-knots = callPackage ../applications/blockchains/bitcoin-knots {
|
||||||
boost = boost179;
|
|
||||||
withGui = false;
|
withGui = false;
|
||||||
inherit (darwin) autoSignDarwinBinariesHook;
|
inherit (darwin) autoSignDarwinBinariesHook;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user