From 480d78c4c4f46c28b3319118879d7276f53e0600 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 24 Nov 2025 11:23:45 +0100 Subject: [PATCH] gnu: Remove htslib-1.14. * gnu/packages/bioinformatics.scm (htslib-1.14): Delete variable. Change-Id: Ic009b3ea5bd2b718461dc049df2f71e8e14f0864 --- gnu/packages/bioinformatics.scm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 098b41baabd0495c7732b1812ba0af4456630ac0..e00e79cc51a3b8d982a59c4fcd4aee766c097a80 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9601,25 +9601,6 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and ;; the rest is released under the Expat license (license (list license:expat license:bsd-3)))) -(define-public htslib-1.14 - (package/inherit htslib - (version "1.14") - (source (origin - (method url-fetch) - (uri (string-append - "https://github.com/samtools/htslib/releases/download/" - version "/htslib-" version ".tar.bz2")) - (sha256 - (base32 - "0pwk8yhhvb85mi1d2qhwsb4samc3rmbcrq7b1s0jz0glaa7in8pd")))) - (arguments - (substitute-keyword-arguments (package-arguments htslib) - ((#:configure-flags cf #~'()) - #~(delete "--with-external-htscodecs" #$cf)))) - (propagated-inputs - (modify-inputs (package-propagated-inputs htslib) - (delete "htscodecs"))))) - ;; This package should be removed once no packages rely upon it. (define htslib-1.3 (package/inherit htslib