From 7531adf3b8584da11f5ee056259931a1a8be5ff3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 6 Aug 2025 13:40:33 -0500 Subject: Fix python-rpy2 propagated inputs. --- gn/packages/statistics.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gn/packages/statistics.scm') diff --git a/gn/packages/statistics.scm b/gn/packages/statistics.scm index e337686..5b4d649 100644 --- a/gn/packages/statistics.scm +++ b/gn/packages/statistics.scm @@ -224,3 +224,14 @@ interaction networks.") (synopsis "Python interface to the R language (embedded R)") (description "Python interface to the R language (embedded R).") (license #f))) + + +(define-public python-rpy2-patched + ;; TODO: Delete this after python-rpy2 is fixed upstream. + (package + (inherit python-rpy2) + (propagated-inputs + (modify-inputs (package-propagated-inputs python-rpy2) + (prepend r-minimal) + (prepend python-rpy2-rinterface) + (prepend python-rpy2-robjects))))) -- cgit 1.4.1