mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-rgl: Update to 1.2.1.
* gnu/packages/cran.scm (r-rgl): Update to 1.2.1. [properties]: Tell updater to not remove glu and libx11.
This commit is contained in:
parent
2680ec55ff
commit
cca7d7ea4c
1 changed files with 5 additions and 2 deletions
|
@ -16695,16 +16695,19 @@ (define-public r-biocmanager
|
|||
(define-public r-rgl
|
||||
(package
|
||||
(name "r-rgl")
|
||||
(version "1.1.3")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rgl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1blasg60x38z57ds6x7yb4rvjx21yf4s99q93sl1w9h6mg14d8jg"))
|
||||
"16ybdly3cjm6ibvhfad7d5k6bxaxf33l5s1s766hy9kza8skyani"))
|
||||
(snippet
|
||||
'(delete-file "inst/htmlwidgets/lib/CanvasMatrix/CanvasMatrix.min.js"))))
|
||||
;; For OpenGL and X11 support
|
||||
(properties
|
||||
'((updater-extra-inputs . ("glu" "libx11"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue