Bitcoin now builds on 64-bit linux.
svn path=/nixpkgs/trunk/; revision=26904
This commit is contained in:
parent
b4faf64bae
commit
9a74c2b3b5
@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makefile = "makefile.unix";
|
||||
|
||||
preBuild = "make -f ${makefile} clean";
|
||||
|
||||
buildFlags = "bitcoin bitcoind";
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user