bitcoind-knots: don't override boost

This commit is contained in:
Pavol Rusnak 2023-07-14 16:20:38 +02:00
parent cef4da0bd8
commit da4f87c04d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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