mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: python-rpy2: Add "zlib" to native-inputs.
* gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib".
This commit is contained in:
parent
ba8a082493
commit
5ff6575b08
1 changed files with 2 additions and 1 deletions
|
@ -3232,7 +3232,8 @@ operators such as union, intersection, and difference.")
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("r" ,r)))
|
("r" ,r)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(home-page "http://rpy.sourceforge.net/")
|
(home-page "http://rpy.sourceforge.net/")
|
||||||
(synopsis "Python interface to the R language")
|
(synopsis "Python interface to the R language")
|
||||||
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
||||||
|
|
Loading…
Reference in a new issue