Merge pull request #182705 from luispedro/no_test_samtools_on_cross_compile

main
Sandro 2 years ago committed by GitHub
commit e9984bc607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/applications/science/biology/samtools/default.nix

@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
})
];
# tests require `bgzip` from the htslib package
checkInputs = [ htslib ];
nativeBuildInputs = [ perl ];
buildInputs = [ zlib ncurses htslib ];

Loading…
Cancel
Save