Merge pull request #242906 from wegank/elements-boost

elements, elementsd: unpin boost
This commit is contained in:
Sandro
2023-07-11 22:11:21 +02:00
committed by GitHub
-2
View File
@@ -36407,12 +36407,10 @@ with pkgs;
elements = libsForQt5.callPackage ../applications/blockchains/elements {
withGui = true;
boost = boost175;
inherit (darwin) autoSignDarwinBinariesHook;
};
elementsd = callPackage ../applications/blockchains/elements {
withGui = false;
boost = boost175;
inherit (darwin) autoSignDarwinBinariesHook;
};
elementsd-simplicity = elementsd.overrideAttrs {