hivemind: Fix boost version dependency
This commit is contained in:
parent
6b3982668f
commit
fbc3c69664
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ rec {
|
|||
go-ethereum = callPackage ./go-ethereum.nix { };
|
||||
go-ethereum-classic = callPackage ./go-ethereum-classic { };
|
||||
|
||||
hivemind = callPackage ./hivemind.nix { withGui = true; };
|
||||
hivemindd = callPackage ./hivemind.nix { withGui = false; };
|
||||
hivemind = callPackage ./hivemind.nix { withGui = true; boost = pkgs.boost162; };
|
||||
hivemindd = callPackage ./hivemind.nix { withGui = false; boost = pkgs.boost162; };
|
||||
|
||||
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
||||
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
||||
|
|
Loading…
Reference in a new issue