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
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (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
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (setenv "FORCE_SOURCE_DATE" "1")))
 | 
			
		||||
| 
						 | 
				
			
			@ -4287,7 +4287,8 @@ data and settings.")
 | 
			
		|||
    (inputs
 | 
			
		||||
     (list boost cairo rmath-standalone))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("texlive" ,(texlive-updmap.cfg (list texlive-cm
 | 
			
		||||
     (list (texlive-updmap.cfg
 | 
			
		||||
            (list texlive-cm
 | 
			
		||||
                  texlive-amsfonts
 | 
			
		||||
                  texlive-doi
 | 
			
		||||
                  texlive-fonts-ec
 | 
			
		||||
| 
						 | 
				
			
			@ -4297,8 +4298,8 @@ data and settings.")
 | 
			
		|||
                  texlive-latex-natbib
 | 
			
		||||
                  texlive-bibtex        ;style files used by natbib
 | 
			
		||||
                  texlive-pgf           ;tikz
 | 
			
		||||
                                             texlive-latex-verbatimbox)))
 | 
			
		||||
       ("imagemagick" ,imagemagick)))
 | 
			
		||||
                  texlive-latex-verbatimbox))
 | 
			
		||||
           imagemagick))
 | 
			
		||||
    (home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/")
 | 
			
		||||
    (synopsis "Discover discriminative nucleotide sequence motifs")
 | 
			
		||||
    (description "Discrover is a motif discovery method to find binding sites
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue