Skip to content

Commit

Permalink
blast: downgrade boost
Browse files Browse the repository at this point in the history
Newer versions cause errors in the unit_test module
  • Loading branch information
luispedro committed Dec 9, 2019
1 parent 403a2c0 commit 5d35b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/blast/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, zlib, bzip2, boost, perl, cpio, gawk, coreutils }:
{ stdenv, fetchurl, zlib, bzip2, boost168, perl, cpio, gawk, coreutils }:

stdenv.mkDerivation rec {
pname = "blast";
Expand Down Expand Up @@ -68,7 +68,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ perl ];

buildInputs = [ coreutils gawk zlib boost bzip2 cpio ];
buildInputs = [ coreutils gawk zlib boost168 bzip2 cpio ];
hardeningDisable = [ "format" ];

patches = [ ./no_slash_bin.patch ];
Expand Down

0 comments on commit 5d35b9c

Please sign in to comment.