summary refs log tree commit diff
path: root/pkgs/applications/altcoins/freicoin.nix
diff options
context:
space:
mode:
authorWilli Butz <wbutz@cyberfnord.de>2017-08-12 00:37:53 +0200
committerRobin Gloster <mail@glob.in>2017-08-12 00:44:07 +0200
commit44f9be70c66145cb5e28fcb146de4c47df10f15c (patch)
tree4828f97bfce6d718c7bad99bf8d7a59401083ba4 /pkgs/applications/altcoins/freicoin.nix
parentfc988f0d616eeb4d4d0423dbd3172708aee5cfd7 (diff)
downloadnixpkgs-44f9be70c66145cb5e28fcb146de4c47df10f15c.tar
nixpkgs-44f9be70c66145cb5e28fcb146de4c47df10f15c.tar.gz
nixpkgs-44f9be70c66145cb5e28fcb146de4c47df10f15c.tar.bz2
nixpkgs-44f9be70c66145cb5e28fcb146de4c47df10f15c.tar.lz
nixpkgs-44f9be70c66145cb5e28fcb146de4c47df10f15c.tar.xz
nixpkgs-44f9be70c66145cb5e28fcb146de4c47df10f15c.tar.zst
nixpkgs-44f9be70c66145cb5e28fcb146de4c47df10f15c.zip
freicoin: fix build
Diffstat (limited to 'pkgs/applications/altcoins/freicoin.nix')
-rw-r--r--pkgs/applications/altcoins/freicoin.nix2
1 files changed, 2 insertions, 0 deletions
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