mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-motifstack: Fix reference.
* gnu/packages/bioconductor.scm (r-motifstack)[arguments]: Use correct label for reference to origin. Change-Id: Ia9b3222f15c9630bd703713111e79937126e20fd
This commit is contained in:
parent
105f58850b
commit
332a7bb631
1 changed files with 1 additions and 1 deletions
|
@ -18633,7 +18633,7 @@ Bioconductor.")
|
|||
(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"))
|
||||
(invoke "esbuild" source "--minify"
|
||||
(string-append "--outfile=" target)))))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue