Author: roconnor Date: Wed Apr 20 13:52:02 2011 New Revision: 26904 URL: https://svn.nixos.org/websvn/nix/?rev=26904&sc=1
Log: Bitcoin now builds on 64-bit linux. Modified: nixpkgs/trunk/pkgs/applications/misc/bitcoin/default.nix Modified: nixpkgs/trunk/pkgs/applications/misc/bitcoin/default.nix ============================================================================== --- nixpkgs/trunk/pkgs/applications/misc/bitcoin/default.nix Wed Apr 20 12:24:34 2011 (r26903) +++ nixpkgs/trunk/pkgs/applications/misc/bitcoin/default.nix Wed Apr 20 13:52:02 2011 (r26904) @@ -27,6 +27,8 @@ makefile = "makefile.unix"; + preBuild = "make -f ${makefile} clean"; + buildFlags = "bitcoin bitcoind"; installPhase = '' _______________________________________________ nix-commits mailing list nix-comm...@cs.uu.nl http://mail.cs.uu.nl/mailman/listinfo/nix-commits