Skip to content

Commit

Permalink
altcoins.freicoin: fix build (#57647)
Browse files Browse the repository at this point in the history
(cherry picked from commit fb81978)
  • Loading branch information
stephengroat authored and xeji committed Mar 14, 2019
1 parent 9388fc9 commit 5875f87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/altcoins/freicoin.nix
Expand Up @@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1v1qwv4x5agjba82s1vknmdgq67y26wzdwbmwwqavv7f7y3y860h";
};

enableParallelBuilding = false;

qmakeFlags = ["USE_UPNP=-"];

# I think that openssl and zlib are required, but come through other
Expand Down

0 comments on commit 5875f87

Please sign in to comment.