summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-08 18:50:56 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-09 13:26:26 +0200
commit48182cff03530ef6ad4add2a793bd3978ae5ae1b (patch)
tree7c0cab1eee27a3188330f156a316cf00a0688872 /gnu/packages/bioinformatics.scm
parent582de58c69bd46385196e26434951e1e2d5f32f2 (diff)
downloadguix-patches-48182cff03530ef6ad4add2a793bd3978ae5ae1b.tar
guix-patches-48182cff03530ef6ad4add2a793bd3978ae5ae1b.tar.gz
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/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm3
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")