summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-04-09 23:25:09 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-04-09 23:26:07 +0200
commit3813ad2f34002547fdb9381eeea3ea59a3aa4997 (patch)
tree5992ebbb5587daa78c19cd5b1981810411eb95c8
parentf76ac21c16d8ba7b8717c4a3462f3c9a9b33ddea (diff)
downloadguix-3813ad2f34002547fdb9381eeea3ea59a3aa4997.tar.gz
gnu: python-titlecase: Nose is a native input.
* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ...
[native-inputs]: ... this.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f6294ee73..64aa7da41e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18766,7 +18766,7 @@ an upload option to send your work back to the platform.")
         (base32
          "0486i99wf8ssa7sgn81fn6fv6i4rhhq6n751bc740b3hzfbpmpl4"))))
     (build-system python-build-system)
-    (propagated-inputs
+    (native-inputs
      `(("python-nose" ,python-nose)))
     (home-page "https://github.com/ppannuto/python-titlecase")
     (synopsis "Capitalize strings similar to book titles")