mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
freicoin: fix build
This commit is contained in:
parent
fc988f0d61
commit
44f9be70c6
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
# I think that openssl and zlib are required, but come through other
|
# I think that openssl and zlib are required, but come through other
|
||||||
# packages
|
# packages
|
||||||
|
|
||||||
|
preBuild = "unset AR";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp freicoin-qt $out/bin
|
cp freicoin-qt $out/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user