diff options
| author | Frederick Muriuki Muriithi | 2025-08-07 09:32:49 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-08-11 11:04:45 -0500 |
| commit | 419ea39d24f15cbebe688c43d5ab666eeab8e540 (patch) | |
| tree | ccd5f3a376c32f702aecf4fb7d528cc651dbd3e9 | |
| parent | 7531adf3b8584da11f5ee056259931a1a8be5ff3 (diff) | |
| download | guix-bioinformatics-419ea39d24f15cbebe688c43d5ab666eeab8e540.tar.gz | |
genenetwork2: use python-rpy2-patched in place of python-rpy2
| -rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 872dbdc..55b59c8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -337,7 +337,8 @@ storage.") python-rdflib python-redis python-requests - python-rpy2 + ;; python-rpy2 ; restore once python-rpy2 dependencies get upstream + python-rpy2-patched ; remove this once python-rpy2 is fixed upstream python-scipy python-setuptools python-simplejson |
