guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: r-dt: Fix install location of minified JavaS


From: guix-commits
Subject: branch master updated: gnu: r-dt: Fix install location of minified JavaScript.
Date: Tue, 05 Oct 2021 16:29:51 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 12d56be  gnu: r-dt: Fix install location of minified JavaScript.
12d56be is described below

commit 12d56be31c1c1e8d754d96fec2b1d3e1be03a832
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 5 22:28:20 2021 +0200

    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.
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d0166ca..2fe3b8f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]