summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2016-11-05 12:27:05 +0100
committerMarius Bakke <mbakke@fastmail.com>2016-11-06 19:53:14 +0000
commitc22b4f87c20ab51acce9279ead6118360c21652a (patch)
treea1c9df41a77a30bfbfd3b05713f8f7c65729efce /gnu
parent462bf27157d43a58e850dd596e3af169da152be1 (diff)
downloadguix-patches-c22b4f87c20ab51acce9279ead6118360c21652a.tar
guix-patches-c22b4f87c20ab51acce9279ead6118360c21652a.tar.gz
gnu: python-sqlalchemy-utils: Propagate existing inputs.
* gnu/packages/python.scm (python-sqlalchemy-utils)[inputs]: Move to ... [propagated-inputs]: ... here. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
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 25ca9674c1..3e7996a55f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4001,7 +4001,7 @@ both of which are installed automatically if you install this library.")
(base32
"1zbmmh7n8m01ikizn2mj1mfwch26nsr1awv9mvskqry7av0mpy98"))))
(build-system python-build-system)
- (inputs
+ (propagated-inputs
`(("python-six" ,python-six)
("python-sqlalchemy" ,python-sqlalchemy)))
(home-page "https://github.com/kvesteri/sqlalchemy-utils")