gnu: r-trackviewer: Fix reference.

* gnu/packages/bioconductor.scm (r-trackviewer)[arguments]: Use correct label
for reference to origin.

Change-Id: I6c66ab468e19025ee9e912a531c8e6ca458e750b
This commit is contained in:
Ricardo Wurmus 2025-01-17 15:32:11 +01:00
parent 332a7bb631
commit da259387c3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13195,7 +13195,7 @@ tissues. Current functionalities include
(add-after 'unpack 'process-javascript (add-after 'unpack 'process-javascript
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)
(with-directory-excursion "inst/htmlwidgets/lib/d3" (with-directory-excursion "inst/htmlwidgets/lib/d3"
(let ((source (assoc-ref inputs "_")) (let ((source (assoc-ref inputs "d3.v4.js"))
(target "d3.v4.min.js")) (target "d3.v4.min.js"))
(format #true "Processing ~a --> ~a~%" (format #true "Processing ~a --> ~a~%"
source target) source target)