diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-17 15:28:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:38:03 +0100 |
commit | 105f58850b5eaaf40e66b0b4424cdcb1bd2816a3 (patch) | |
tree | c59bc0e1f280f2ae89650e8020e6fd29e7efefc6 /gnu/packages/bioconductor.scm | |
parent | 325e3e272de8a2abe1266e1cb3b803feb4a818ef (diff) |
gnu: r-reportingtools: Fix reference.
* gnu/packages/bioconductor.scm (r-reportingtools)[arguments]: Use correct
label for reference to origin.
Change-Id: Id3b509c369bd35e12fff2fb2f4822bef4152aff1
Diffstat (limited to 'gnu/packages/bioconductor.scm')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index de500f5441..4b88241f68 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015-2024 Ricardo Wurmus <[email protected]> +;;; Copyright © 2015-2025 Ricardo Wurmus <[email protected]> ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <[email protected]> ;;; Copyright © 2016 Pjotr Prins <[email protected]> ;;; Copyright © 2016 Ben Woodcroft <[email protected]> @@ -12002,7 +12002,7 @@ region sets and other genomic features.") (for-each (match-lambda ((source . target) (minify source #:target target))) - `((,(assoc-ref inputs "_") + `((,(assoc-ref inputs "jquery-1.8.0.js") . "inst/extdata/jslib/jquery-1.8.0.min.js")))))))) (propagated-inputs (list r-annotate |