From 44f9be70c66145cb5e28fcb146de4c47df10f15c Mon Sep 17 00:00:00 2001 From: Willi Butz Date: Sat, 12 Aug 2017 00:37:53 +0200 Subject: freicoin: fix build --- pkgs/applications/altcoins/freicoin.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/altcoins/freicoin.nix') diff --git a/pkgs/applications/altcoins/freicoin.nix b/pkgs/applications/altcoins/freicoin.nix index e8a26365361..a44dbbd62ce 100644 --- a/pkgs/applications/altcoins/freicoin.nix +++ b/pkgs/applications/altcoins/freicoin.nix @@ -16,6 +16,8 @@ stdenv.mkDerivation rec { # I think that openssl and zlib are required, but come through other # packages + preBuild = "unset AR"; + installPhase = '' mkdir -p $out/bin cp freicoin-qt $out/bin -- cgit 1.4.1