mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: discrover: Remove package labels.
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Remove package labels.
This commit is contained in:
parent
1c88229d44
commit
69d74e35b2
1 changed files with 14 additions and 13 deletions
|
@ -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,18 +4287,19 @@ 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
|
||||||
texlive-amsfonts
|
(list texlive-cm
|
||||||
texlive-doi
|
texlive-amsfonts
|
||||||
texlive-fonts-ec
|
texlive-doi
|
||||||
texlive-latex-examplep
|
texlive-fonts-ec
|
||||||
texlive-hyperref
|
texlive-latex-examplep
|
||||||
texlive-ms
|
texlive-hyperref
|
||||||
texlive-latex-natbib
|
texlive-ms
|
||||||
texlive-bibtex ;style files used by natbib
|
texlive-latex-natbib
|
||||||
texlive-pgf ;tikz
|
texlive-bibtex ;style files used by natbib
|
||||||
texlive-latex-verbatimbox)))
|
texlive-pgf ;tikz
|
||||||
("imagemagick" ,imagemagick)))
|
texlive-latex-verbatimbox))
|
||||||
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue