mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-dt: Fix install location of minified JavaScript.
Reported-by: Marcel Schilling <marcel.schilling@uni-luebeck.de> * gnu/packages/statistics.scm (r-dt)[arguments]: Append "/js" directory to installation location of minified JavaScript.
This commit is contained in:
parent
baa7536c49
commit
12d56be31c
1 changed files with 1 additions and 1 deletions
|
@ -3531,7 +3531,7 @@ using the multicore functionality of the parallel package.")
|
|||
((url hash dir)
|
||||
(let* ((input (string-append "js:" (basename url)))
|
||||
(source (assoc-ref inputs input))
|
||||
(target (string-append dir "/"
|
||||
(target (string-append dir "/js/"
|
||||
(basename url ".js")
|
||||
".min.js")))
|
||||
(mkdir-p dir)
|
||||
|
|
Loading…
Reference in a new issue