Bitcoin now builds on 64-bit linux.

svn path=/nixpkgs/trunk/; revision=26904
This commit is contained in:
Russell O'Connor 2011-04-20 13:52:02 +00:00
parent b4faf64bae
commit 9a74c2b3b5

View File

@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
makefile = "makefile.unix";
preBuild = "make -f ${makefile} clean";
buildFlags = "bitcoin bitcoind";
installPhase = ''