wt: fixup build by using older boost again
160 seems a popular version in nixpkgs.
This commit is contained in:
parent
52350b5261
commit
9f2409096b
1 changed files with 3 additions and 1 deletions
|
@ -10967,7 +10967,9 @@ with pkgs;
|
|||
|
||||
wiredtiger = callPackage ../development/libraries/wiredtiger { };
|
||||
|
||||
wt = callPackage ../development/libraries/wt { };
|
||||
wt = callPackage ../development/libraries/wt {
|
||||
boost = boost160; # 165: error: invalid conversion from 'const char*'...
|
||||
};
|
||||
|
||||
wxGTK = wxGTK28;
|
||||
|
||||
|
|
Loading…
Reference in a new issue