diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2016-11-05 12:27:05 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-11-06 19:53:14 +0000 |
commit | c22b4f87c20ab51acce9279ead6118360c21652a (patch) | |
tree | a1c9df41a77a30bfbfd3b05713f8f7c65729efce | |
parent | 462bf27157d43a58e850dd596e3af169da152be1 (diff) | |
download | guix-c22b4f87c20ab51acce9279ead6118360c21652a.tar guix-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>
-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 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") |