Merge pull request #182705 from luispedro/no_test_samtools_on_cross_compile

This commit is contained in:
Sandro 2022-08-02 23:20:38 +02:00 committed by GitHub
commit e9984bc607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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