diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 221b5420e2..1adffc4fbb 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -433,7 +433,9 @@ dependencies." ;; the Github mirror, so we have to exclude them ;; from the set of bioconductor packages that can be ;; updated automatically. - (not (string-contains uri "/data/annotation/")))))) + (not (string-contains uri "/data/annotation/")) + ;; Experiment packages are in a separate repository. + (not (string-contains uri "/data/experiment/")))))) (and (string-prefix? "r-" (package-name package)) (match (and=> (package-source package) origin-uri) ((? string? uri)