3
0
Fork 0
forked from mirrors/nixpkgs

bitcoin cannot use the recent versions of boost.

setting boost dependency to 1.44

svn path=/nixpkgs/trunk/; revision=28988
This commit is contained in:
Russell O'Connor 2011-09-02 20:19:42 +00:00
parent c128803d11
commit 2bc0a91739

View file

@ -6186,6 +6186,7 @@ let
bibletime = callPackage ../applications/misc/bibletime { };
bitcoin = callPackage ../applications/misc/bitcoin {
boost = boost144;
wxGTK = wxGTK290;
db4 = db47;
inherit (xlibs) libSM;