mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
332a7bb631
commit
da259387c3
1 changed files with 1 additions and 1 deletions
|
@ -13195,7 +13195,7 @@ tissues. Current functionalities include
|
|||
(add-after 'unpack 'process-javascript
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(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"))
|
||||
(format #true "Processing ~a --> ~a~%"
|
||||
source target)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue