gnu: python2-pathlib2: Propagate python2-six.
* gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ... [propagated-inputs] ... here.
This commit is contained in:
parent
ed519b3c1f
commit
76397e12ad
|
@ -8074,7 +8074,7 @@ anymore.")
|
||||||
;; standard library.
|
;; standard library.
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2))
|
`(#:python ,python-2))
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
`(("python2-six" ,python2-six)))
|
`(("python2-six" ,python2-six)))
|
||||||
(home-page "https://pypi.python.org/pypi/pathlib2/")
|
(home-page "https://pypi.python.org/pypi/pathlib2/")
|
||||||
(synopsis "Object-oriented file system paths - backport of standard
|
(synopsis "Object-oriented file system paths - backport of standard
|
||||||
|
|
Loading…
Reference in New Issue