gnu: r-shiny: Fix build.

* gnu/packages/cran.scm (r-shiny)[native-inputs]: Use node-uglify-js instead
  of uglify-js.
This commit is contained in:
Guillaume Le Vaillant 2021-10-11 16:34:32 +02:00
parent 3a73399ee8
commit 48d86a9ec6
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -34,6 +34,7 @@
;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2020 Aniket Patil <aniket112.patil@gmail.com>
;;; Copyright © 2021 Marcel Schilling <marcel.schilling@uni-luebeck.de>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -104,6 +105,7 @@ (define-module (gnu packages cran)
#:use-module (gnu packages tcl)
#:use-module (gnu packages textutils)
#:use-module (gnu packages tls)
#:use-module (gnu packages uglifyjs)
#:use-module (gnu packages version-control)
#:use-module (gnu packages video)
#:use-module (gnu packages web)
@ -2084,7 +2086,7 @@ (define-public r-shiny
("js-strftime" ,js-strftime)
("js-highlight" ,js-highlight)))
(native-inputs
`(("uglify-js" ,uglify-js)
`(("uglify-js" ,node-uglify-js)
("gfortran" ,gfortran)
("js-bootstrap-accessibility"
,(origin