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
-1
View File
@@ -36387,7 +36387,6 @@ with pkgs;
};
bitcoind-knots = callPackage ../applications/blockchains/bitcoin-knots {
boost = boost179;
withGui = false;
inherit (darwin) autoSignDarwinBinariesHook;
};