bitcoin(d): fix builing on hydra and with boost 1.56

This commit is contained in:
Nikolay Amiantov 2014-11-13 18:52:27 +03:00
parent 4d59ac9e67
commit 7a5090d794

View file

@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
HOME=$TMPDIR
'';
configureFlags = [ "--with-boost-libdir=${boost.lib}/lib" ];
doCheck = true;
enableParallelBuilding = true;
@ -45,5 +47,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.bitcoin.org/";
maintainers = [ maintainers.roconnor ];
license = licenses.mit;
platforms = platforms.unix;
};
}