summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-02-26 04:35:38 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-02-26 04:50:29 +0100
commit76397e12ada2832279fbd37dc89d1484adb5b4b1 (patch)
treec4cf0b2fc4a36e3bc2c000169b78e4b453618017 /gnu
parented519b3c1fc8b3a57d86318018e93ff8822fcccd (diff)
downloadguix-76397e12ada2832279fbd37dc89d1484adb5b4b1.tar.gz
gnu: python2-pathlib2: Propagate python2-six.
* gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ...
[propagated-inputs] ... here.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm2
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