mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 02:00:29 +02: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:
@@ -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)))))))))
|
||||
|
||||
Reference in New Issue
Block a user