vowpalwabbit: fixup build by using older boost again

160 seems a popular version in nixpkgs.
This commit is contained in:
Vladimír Čunát 2017-10-20 19:20:09 +02:00
parent ddc41d7c6d
commit fd0e61a5db
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -95,7 +95,10 @@ in {
setuptools = callPackage ../development/python-modules/setuptools { }; setuptools = callPackage ../development/python-modules/setuptools { };
vowpalwabbit = callPackage ../development/python-modules/vowpalwabbit { pythonPackages = self; }; vowpalwabbit = callPackage ../development/python-modules/vowpalwabbit {
pythonPackages = self;
boost = pkgs.boost160;
};
acoustics = callPackage ../development/python-modules/acoustics { }; acoustics = callPackage ../development/python-modules/acoustics { };