~ruther/guix-local

56d3b81e4592fa51620a3b10b9492817ea4def75 — Andreas Enge 5 months ago ff6b3eb
gnu: Remove htslib-1.12.

* gnu/packages/bioinformatics.scm (htslib-1.12): Delete variable.

Change-Id: Id1fd05bddc1b40be0e3186c0e5848a1a0f343ce3
1 files changed, 0 insertions(+), 19 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +0 -19
@@ 9618,25 9618,6 @@ data.  It also provides the @command{bgzip}, @command{htsfile}, and
     (modify-inputs (package-propagated-inputs htslib)
                    (delete "htscodecs")))))

(define-public htslib-1.12
  (package/inherit htslib
    (version "1.12")
    (source (origin
              (method url-fetch)
              (uri (string-append
                    "https://github.com/samtools/htslib/releases/download/"
                    version "/htslib-" version ".tar.bz2"))
              (sha256
               (base32
                "1jplnvizgr0fyyvvmkfmnsywrrpqhid3760vw15bllz98qdi9012"))))
    (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")))))

(define-public htslib-1.9
  (package/inherit htslib
    (version "1.9")