diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-26 04:35:38 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-26 04:50:29 +0100 |
commit | 76397e12ada2832279fbd37dc89d1484adb5b4b1 (patch) | |
tree | c4cf0b2fc4a36e3bc2c000169b78e4b453618017 | |
parent | ed519b3c1fc8b3a57d86318018e93ff8822fcccd (diff) | |
download | guix-76397e12ada2832279fbd37dc89d1484adb5b4b1.tar guix-76397e12ada2832279fbd37dc89d1484adb5b4b1.tar.gz |
gnu: python2-pathlib2: Propagate python2-six.
* gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ...
[propagated-inputs] ... here.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1b5e3836d9..82108baed1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8074,7 +8074,7 @@ anymore.") ;; 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 |