···23 cd bitcoin*
24 '';
2526- configureFlags = [
27- "--with-boost=${boost}"
28- ];
29-30 preCheck = ''
31 # At least one test requires writing in $HOME
32 HOME=$TMPDIR
···23 cd bitcoin*
24 '';
25000026 preCheck = ''
27 # At least one test requires writing in $HOME
28 HOME=$TMPDIR
···1112 # I think that openssl and zlib are required, but come through other
13 # packages
14- buildInputs = [ db boost boost.lib gmp mpfr miniupnpc qt4 unzip ];
1516 configurePhase = "qmake";
17
···1112 # I think that openssl and zlib are required, but come through other
13 # packages
14+ buildInputs = [ db boost gmp mpfr miniupnpc qt4 unzip ];
1516 configurePhase = "qmake";
17
···11 sha256 = "0bbhqjjzh922aymjqrnl2hd3r8x6p7x5aa5jidv3l4d77drhlgzy";
12 };
1314- buildInputs = [ cmake boost boost.lib ];
1516 # these tests take a long time and don't
17 # always complete in the build environment
···11 sha256 = "0bbhqjjzh922aymjqrnl2hd3r8x6p7x5aa5jidv3l4d77drhlgzy";
12 };
1314+ buildInputs = [ cmake boost ];
1516 # these tests take a long time and don't
17 # always complete in the build environment
+1-1
pkgs/applications/misc/namecoin/default.nix
···1213 # Don't build with miniupnpc due to namecoin using a different verison that
14 # ships with NixOS and it is API incompatible.
15- buildInputs = [ db4 boost boost.lib openssl unzip ];
1617 patchPhase = ''
18 sed -e 's/-Wl,-Bstatic//g' -e 's/-l gthread-2.0//g' -e 's/-l z//g' -i src/Makefile
···1213 # Don't build with miniupnpc due to namecoin using a different verison that
14 # ships with NixOS and it is API incompatible.
15+ buildInputs = [ db4 boost openssl unzip ];
1617 patchPhase = ''
18 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
···89 # Don't build with miniupnpc due to namecoin using a different verison that
10 # ships with NixOS and it is API incompatible.
11- buildInputs = [ db4 boost boost.lib openssl unzip qt4 ];
1213 configurePhase = ''
14 qmake USE_UPNP=-
···89 # Don't build with miniupnpc due to namecoin using a different verison that
10 # ships with NixOS and it is API incompatible.
11+ buildInputs = [ db4 boost openssl unzip qt4 ];
1213 configurePhase = ''
14 qmake USE_UPNP=-
···11 sha256 = "1c03yi19d5h5h78h37add9csmy0mzvvmvn7zkcalwszabdhsb5yk";
12 };
1314- buildInputs = [ cmake python boost boost.lib libuuid ruby ];
1516 # the subdir managementgen wants to install python stuff in ${python} and
17 # the installation tries to create some folders in /var
···11 sha256 = "1c03yi19d5h5h78h37add9csmy0mzvvmvn7zkcalwszabdhsb5yk";
12 };
1314+ buildInputs = [ cmake python boost libuuid ruby ];
1516 # the subdir managementgen wants to install python stuff in ${python} and
17 # the installation tries to create some folders in /var