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
@ -738,6 +738,8 @@ and vice-versa.")
|
||||
("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 New Issue
Block a user