mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -8074,7 +8074,7 @@ (define-public python2-pathlib2
|
|||
;; standard library.
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
(native-inputs
|
||||
(propagated-inputs
|
||||
`(("python2-six" ,python2-six)))
|
||||
(home-page "https://pypi.python.org/pypi/pathlib2/")
|
||||
(synopsis "Object-oriented file system paths - backport of standard
|
||||
|
|
Loading…
Reference in a new issue