freicoin: fix build

authored by Willi Butz and committed by Robin Gloster 44f9be70 fc988f0d

+2
+2
pkgs/applications/altcoins/freicoin.nix
··· 16 # I think that openssl and zlib are required, but come through other 17 # packages 18 19 installPhase = '' 20 mkdir -p $out/bin 21 cp freicoin-qt $out/bin
··· 16 # I think that openssl and zlib are required, but come through other 17 # packages 18 19 + preBuild = "unset AR"; 20 + 21 installPhase = '' 22 mkdir -p $out/bin 23 cp freicoin-qt $out/bin