1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Revert "wt: fixup build by using older boost again"

This reverts commit 9f2409096b.
Now it's fixed by update 38b94d1f1f.
This commit is contained in:
Vladimír Čunát 2017-10-20 18:13:15 +02:00
parent eef0d0971c
commit 90435ba060
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -10971,9 +10971,7 @@ with pkgs;
wiredtiger = callPackage ../development/libraries/wiredtiger { };
wt = callPackage ../development/libraries/wt {
boost = boost160; # 165: error: invalid conversion from 'const char*'...
};
wt = callPackage ../development/libraries/wt { };
wxGTK = wxGTK28;