Skip to content

Commit

Permalink
freicoin: Fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 25, 2017
1 parent 6078874 commit 186cc51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/altcoins/default.nix
Expand Up @@ -16,7 +16,7 @@ rec {
dogecoin = callPackage ./dogecoin.nix { withGui = true; };
dogecoind = callPackage ./dogecoin.nix { withGui = false; };

freicoin = callPackage ../freicoin.nix { boost = boost155; };
freicoin = callPackage ./freicoin.nix { boost = pkgs.boost155; };
go-ethereum = callPackage ./go-ethereum.nix { };

litecoin = callPackage ./litecoin.nix { withGui = true; };
Expand All @@ -34,5 +34,4 @@ rec {
primecoind = callPackage ./primecoin.nix { withGui = false; };

stellar-core = callPackage ./stellar-core.nix { };

}

0 comments on commit 186cc51

Please sign in to comment.