vowpalwabbit: fixup build by using older boost again
160 seems a popular version in nixpkgs.
This commit is contained in:
parent
ddc41d7c6d
commit
fd0e61a5db
@ -95,7 +95,10 @@ in {
|
||||
|
||||
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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user