···2323 cd bitcoin*
2424 '';
25252626- configureFlags = [
2727- "--with-boost=${boost}"
2828- ];
2929-3026 preCheck = ''
3127 # At least one test requires writing in $HOME
3228 HOME=$TMPDIR
···11111212 # I think that openssl and zlib are required, but come through other
1313 # packages
1414- buildInputs = [ db boost boost.lib gmp mpfr miniupnpc qt4 unzip ];
1414+ buildInputs = [ db boost gmp mpfr miniupnpc qt4 unzip ];
15151616 configurePhase = "qmake";
1717
···1111 sha256 = "0bbhqjjzh922aymjqrnl2hd3r8x6p7x5aa5jidv3l4d77drhlgzy";
1212 };
13131414- buildInputs = [ cmake boost boost.lib ];
1414+ buildInputs = [ cmake boost ];
15151616 # these tests take a long time and don't
1717 # always complete in the build environment
+1-1
pkgs/applications/misc/namecoin/default.nix
···12121313 # Don't build with miniupnpc due to namecoin using a different verison that
1414 # ships with NixOS and it is API incompatible.
1515- buildInputs = [ db4 boost boost.lib openssl unzip ];
1515+ buildInputs = [ db4 boost openssl unzip ];
16161717 patchPhase = ''
1818 sed -e 's/-Wl,-Bstatic//g' -e 's/-l gthread-2.0//g' -e 's/-l z//g' -i src/Makefile
+1-1
pkgs/applications/misc/namecoin/qt.nix
···8899 # Don't build with miniupnpc due to namecoin using a different verison that
1010 # ships with NixOS and it is API incompatible.
1111- buildInputs = [ db4 boost boost.lib openssl unzip qt4 ];
1111+ buildInputs = [ db4 boost openssl unzip qt4 ];
12121313 configurePhase = ''
1414 qmake USE_UPNP=-