mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python2-plastid: Propagate setuptools.
* gnu/packages/bioinformatics.scm (python2-plastid)[native-inputs]: Move python2-setuptools from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
8694dca8f3
commit
4d16cc5133
1 changed files with 3 additions and 2 deletions
|
@ -987,8 +987,9 @@ (define-public python2-plastid
|
|||
(let ((base (package-with-python2 (strip-python2-variant python-plastid))))
|
||||
(package
|
||||
(inherit base)
|
||||
(native-inputs `(("python2-setuptools" ,python2-setuptools)
|
||||
,@(package-native-inputs base))))))
|
||||
;; setuptools is required at runtime
|
||||
(propagated-inputs `(("python2-setuptools" ,python2-setuptools)
|
||||
,@(package-propagated-inputs base))))))
|
||||
|
||||
(define-public cd-hit
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue