gnu: r-shiny: Fix JavaScript minification.

Fixes <https://bugs.gnu.org/35923>.

* gnu/packages/cran.scm (r-shiny)[native-inputs]: Add uglify-js.
master
Ricardo Wurmus 2019-05-27 22:07:57 +02:00
parent ed72a133db
commit 8916034a34
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

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