mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile2.2-charting: Sort alphabetically.
* gnu/packages/plotutils.scm (guile2.2-charting): Sort alphabetically. Change-Id: I3fdd61800a59e3578216f4c94a4121487c6be8d3
This commit is contained in:
parent
2c98b2bfa6
commit
e776d09962
1 changed files with 7 additions and 7 deletions
|
@ -289,6 +289,13 @@ plotting and graphing library. If you want to make graphs that look like you
|
||||||
went to university in the 1990s, this is the library for you.")
|
went to university in the 1990s, this is the library for you.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public guile2.2-charting
|
||||||
|
(package
|
||||||
|
(inherit guile-charting)
|
||||||
|
(name "guile2.2-charting")
|
||||||
|
(inputs (list guile-2.2))
|
||||||
|
(propagated-inputs (list guile2.2-cairo))))
|
||||||
|
|
||||||
(define-public plotutils
|
(define-public plotutils
|
||||||
(package
|
(package
|
||||||
(name "plotutils")
|
(name "plotutils")
|
||||||
|
@ -356,13 +363,6 @@ for 2D vector graphics animations. The package also contains command-line
|
||||||
programs for plotting scientific data.")
|
programs for plotting scientific data.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public guile2.2-charting
|
|
||||||
(package
|
|
||||||
(inherit guile-charting)
|
|
||||||
(name "guile2.2-charting")
|
|
||||||
(inputs (list guile-2.2))
|
|
||||||
(propagated-inputs (list guile2.2-cairo))))
|
|
||||||
|
|
||||||
(define-public ploticus
|
(define-public ploticus
|
||||||
(package
|
(package
|
||||||
(name "ploticus")
|
(name "ploticus")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue