blast: Requires previous version of boost

This commit is contained in:
Tyson Whitehead
2018-06-25 15:48:08 -04:00
parent 01a6ed3f22
commit c72ea282b4

View File

@@ -6,6 +6,7 @@ self: super: pkgs: with pkgs; {
blast = callPackage ./blast {
stdenv = overrideCC stdenv gcc5;
boost = boost162;
};
cryptominisat = callPackage ./cryptominisat.nix { };