mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: r-reportingtools: Fix reference.
* gnu/packages/bioconductor.scm (r-reportingtools)[arguments]: Use correct label for reference to origin. Change-Id: Id3b509c369bd35e12fff2fb2f4822bef4152aff1
This commit is contained in:
parent
325e3e272d
commit
105f58850b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <roel@gnu.org>
|
||||||
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
|
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
|
||||||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
||||||
|
@ -12002,7 +12002,7 @@ region sets and other genomic features.")
|
||||||
(for-each (match-lambda
|
(for-each (match-lambda
|
||||||
((source . target)
|
((source . target)
|
||||||
(minify source #:target 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"))))))))
|
. "inst/extdata/jslib/jquery-1.8.0.min.js"))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotate
|
(list r-annotate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue