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:
parent
c128803d11
commit
2bc0a91739
|
@ -6186,6 +6186,7 @@ let
|
|||
bibletime = callPackage ../applications/misc/bibletime { };
|
||||
|
||||
bitcoin = callPackage ../applications/misc/bitcoin {
|
||||
boost = boost144;
|
||||
wxGTK = wxGTK290;
|
||||
db4 = db47;
|
||||
inherit (xlibs) libSM;
|
||||
|
|
Loading…
Reference in a new issue