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
|
@ -987,8 +987,9 @@ high-throughput sequencing data – with an emphasis on simplicity.")
|
||||||
(let ((base (package-with-python2 (strip-python2-variant python-plastid))))
|
(let ((base (package-with-python2 (strip-python2-variant python-plastid))))
|
||||||
(package
|
(package
|
||||||
(inherit base)
|
(inherit base)
|
||||||
(native-inputs `(("python2-setuptools" ,python2-setuptools)
|
;; setuptools is required at runtime
|
||||||
,@(package-native-inputs base))))))
|
(propagated-inputs `(("python2-setuptools" ,python2-setuptools)
|
||||||
|
,@(package-propagated-inputs base))))))
|
||||||
|
|
||||||
(define-public cd-hit
|
(define-public cd-hit
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue