~ruther/guix-local

5ff6575b081deaf1666c32c42f4036f4a4dc87a6 — Ricardo Wurmus 10 years ago ba8a082
gnu: python-rpy2: Add "zlib" to native-inputs.

* gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib".
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -1
@@ 3232,7 3232,8 @@ operators such as union, intersection, and difference.")
       ("pcre" ,pcre)
       ("r" ,r)))
    (native-inputs
     `(("python-setuptools" ,python-setuptools)))
     `(("python-setuptools" ,python-setuptools)
       ("zlib" ,zlib)))
    (home-page "http://rpy.sourceforge.net/")
    (synopsis "Python interface to the R language")
    (description "rpy2 is a redesign and rewrite of rpy.  It is providing a