From fb81978ed308ec489494471619eb57dff701bc14 Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 14 Mar 2019 14:11:58 -0700 Subject: [PATCH] altcoins.freicoin: fix build (#57647) --- pkgs/applications/altcoins/freicoin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/altcoins/freicoin.nix b/pkgs/applications/altcoins/freicoin.nix index 1e9192bc6e4..78ce074eafd 100644 --- a/pkgs/applications/altcoins/freicoin.nix +++ b/pkgs/applications/altcoins/freicoin.nix @@ -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