Merge pull request #242906 from wegank/elements-boost
elements, elementsd: unpin boost
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user