diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-08 18:50:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-09 13:26:26 +0200 |
commit | 48182cff03530ef6ad4add2a793bd3978ae5ae1b (patch) | |
tree | 7c0cab1eee27a3188330f156a316cf00a0688872 /gnu/packages | |
parent | 582de58c69bd46385196e26434951e1e2d5f32f2 (diff) |
gnu: r-biocinstaller: Remove entirely.
This follows up on commit 0971f8bd884b6e92b77d9e12030cd58279699183,
which led to ‘r-biocmanager: unbound variable’ errors. See
<https://lists.gnu.org/archive/html/guix-devel/2019-07/msg00120.html>.
* gnu/packages/bioinformatics.scm (r-biocinstaller): Remove variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 62d1cbdc34..5d7a905f6a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7237,9 +7237,6 @@ BLAST, KEGG, GenBank, MEDLINE and GO.") ;; (LGPLv2.1+) and scripts in samples (which have GPL2 and GPL2+) (license (list license:ruby license:lgpl2.1+ license:gpl2+ )))) -(define-public r-biocinstaller - (deprecated-package "r-biocinstaller" r-biocmanager)) - (define-public r-biocviews (package (name "r-biocviews") |