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:
Ricardo Wurmus 2025-01-17 15:31:58 +01:00
parent 105f58850b
commit 332a7bb631
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)))))))))