3
0
Fork 0
forked from mirrors/nixpkgs

freicoin: fix build

This commit is contained in:
Willi Butz 2017-08-12 00:37:53 +02:00 committed by Robin Gloster
parent fc988f0d61
commit 44f9be70c6

View file

@ -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