hivemind: Fix boost version dependency
This commit is contained in:
parent
6b3982668f
commit
fbc3c69664
|
@ -26,8 +26,8 @@ rec {
|
||||||
go-ethereum = callPackage ./go-ethereum.nix { };
|
go-ethereum = callPackage ./go-ethereum.nix { };
|
||||||
go-ethereum-classic = callPackage ./go-ethereum-classic { };
|
go-ethereum-classic = callPackage ./go-ethereum-classic { };
|
||||||
|
|
||||||
hivemind = callPackage ./hivemind.nix { withGui = true; };
|
hivemind = callPackage ./hivemind.nix { withGui = true; boost = pkgs.boost162; };
|
||||||
hivemindd = callPackage ./hivemind.nix { withGui = false; };
|
hivemindd = callPackage ./hivemind.nix { withGui = false; boost = pkgs.boost162; };
|
||||||
|
|
||||||
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
litecoin = callPackage ./litecoin.nix { withGui = true; };
|
||||||
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
litecoind = callPackage ./litecoin.nix { withGui = false; };
|
||||||
|
|
Loading…
Reference in New Issue