mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-gwidgets2.
* gnu/packages/cran.scm (r-gwidgets2): New variable.
This commit is contained in:
parent
bbc8f4c29e
commit
5e5debf58c
1 changed files with 21 additions and 0 deletions
|
@ -717,6 +717,27 @@ (define-public r-gunifrac
|
|||
compositional data.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-gwidgets2
|
||||
(package
|
||||
(name "r-gwidgets2")
|
||||
(version "1.0-9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gWidgets2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ifljpdazzmwf3mgkg9g76365n2cmw8dd3da161fpvw84xxyznfl"))))
|
||||
(properties `((upstream-name . "gWidgets2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-digest))
|
||||
(home-page "https://github.com/gWidgets3/gWidgets2")
|
||||
(synopsis "Rewrite of gWidgets API for simplified GUI construction")
|
||||
(description
|
||||
"This package provides a re-implementation of the @code{gWidgets} API.
|
||||
The API is defined in this package. A second, toolkit-specific package is
|
||||
required to use it.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-ids
|
||||
(package
|
||||
(name "r-ids")
|
||||
|
|
Loading…
Reference in a new issue