about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2016-03-04 13:29:23 +0000
committerpjotrp2016-03-04 13:29:23 +0000
commit570d7b6118739bb76b6d32881e9ef45e50a9e3ae (patch)
tree3a8b90c258c2e679f8a9eb66b6c3023943f03c00
parentad92e785798950a52d6ff59645a8ab9ca0ec051c (diff)
downloadguix-bioinformatics-570d7b6118739bb76b6d32881e9ef45e50a9e3ae.tar.gz
python-mysqlclient: propagate the shared lib
-rw-r--r--gn/packages/python.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 7781521..6fff9a3 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -279,16 +279,14 @@ powerful language for representing information.")
         (base32
           "06qzgwk7j66k8ggx51i6wxx0f0zsppp7w4bh6gjd0cr9rfs86jn7"))))
   (build-system python-build-system)
-  (inputs
+  (propagated-inputs
    `(
      ("mysql" ,mysql)
      ("python-nose" ,python-nose)
      ("zlib" ,zlib)
      ("openssl" ,openssl)
      ("libgcrypt" ,libgcrypt)
-     ))
-  (propagated-inputs
-   `(("python-setuptools" ,python-setuptools)
+     ("python-setuptools" ,python-setuptools)
      ))
   (arguments
    `(#:tests? #f))   ; wants a running MySQL server