htslib: add libdeflate as a build dependency

From the htslib INSTALL page:
'libdeflate (optional, but strongly recommended for faster gzip)'
(https://github.com/samtools/htslib/blob/acc28ac1e52efcdd9a06706aaf0021e1082ef1ba/INSTALL#L41C1-L41C68)

Using libdeflate significantly speeds up tabix query operations.
This commit is contained in:
James Eapen
2026-02-19 10:26:42 -05:00
parent 9287dcadcf
commit 75642724ef
+2
View File
@@ -7,6 +7,7 @@
bzip2,
xz,
curl,
libdeflate,
perl,
}:
@@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
bzip2
xz
curl
libdeflate
];
configureFlags =