gnu: discrover: Remove package labels.

* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Remove package
labels.
This commit is contained in:
Ricardo Wurmus 2023-05-14 13:48:01 +02:00
parent 1c88229d44
commit 69d74e35b2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4256,7 +4256,7 @@ data and settings.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'build 'set-force-source-date (add-before 'build 'set-force-source-date
;; for reproducible dates, texlive needs this to respect respect ;; for reproducible dates, texlive needs this to respect
;; SOURCE_DATE_EPOCH ;; SOURCE_DATE_EPOCH
(lambda _ (lambda _
(setenv "FORCE_SOURCE_DATE" "1"))) (setenv "FORCE_SOURCE_DATE" "1")))
@ -4287,7 +4287,8 @@ data and settings.")
(inputs (inputs
(list boost cairo rmath-standalone)) (list boost cairo rmath-standalone))
(native-inputs (native-inputs
`(("texlive" ,(texlive-updmap.cfg (list texlive-cm (list (texlive-updmap.cfg
(list texlive-cm
texlive-amsfonts texlive-amsfonts
texlive-doi texlive-doi
texlive-fonts-ec texlive-fonts-ec
@ -4297,8 +4298,8 @@ data and settings.")
texlive-latex-natbib texlive-latex-natbib
texlive-bibtex ;style files used by natbib texlive-bibtex ;style files used by natbib
texlive-pgf ;tikz texlive-pgf ;tikz
texlive-latex-verbatimbox))) texlive-latex-verbatimbox))
("imagemagick" ,imagemagick))) imagemagick))
(home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/") (home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/")
(synopsis "Discover discriminative nucleotide sequence motifs") (synopsis "Discover discriminative nucleotide sequence motifs")
(description "Discrover is a motif discovery method to find binding sites (description "Discrover is a motif discovery method to find binding sites