mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-shiny: Fix JavaScript minification.
Fixes <https://bugs.gnu.org/35923>. * gnu/packages/cran.scm (r-shiny)[native-inputs]: Add uglify-js.
This commit is contained in:
parent
ed72a133db
commit
8916034a34
1 changed files with 2 additions and 0 deletions
|
@ -738,6 +738,8 @@ (define-public r-shiny
|
|||
("js-strftime" ,js-strftime)
|
||||
("js-highlight" ,js-highlight)
|
||||
("js-es5-shim" ,js-es5-shim)))
|
||||
(native-inputs
|
||||
`(("uglify-js" ,uglify-js)))
|
||||
(home-page "http://shiny.rstudio.com")
|
||||
(synopsis "Easy interactive web applications with R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue