guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-rpy2: Add "zlib" to native-inputs.


From: Ricardo Wurmus
Subject: 01/01: gnu: python-rpy2: Add "zlib" to native-inputs.
Date: Tue, 13 Oct 2015 15:36:54 +0000

rekado pushed a commit to branch master
in repository guix.

commit 5ff6575b081deaf1666c32c42f4036f4a4dc87a6
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 13 17:36:01 2015 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1a2928c..399c23f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]