summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-04-13 13:33:37 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-04-13 13:54:59 +0100
commite776d09962fe28ea78a2e55f7cce98552695454b (patch)
treef2acf5181acf314b27f3089a00cd197827caad54
parent2c98b2bfa6567d282cd2e929670e1f928ed5feab (diff)
gnu: guile2.2-charting: Sort alphabetically.
* gnu/packages/plotutils.scm (guile2.2-charting): Sort alphabetically. Change-Id: I3fdd61800a59e3578216f4c94a4121487c6be8d3
-rw-r--r--gnu/packages/plotutils.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index b838ff8c81..ef88d07fe8 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -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.")
(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
(package
(name "plotutils")
@@ -356,13 +363,6 @@ for 2D vector graphics animations. The package also contains command-line
programs for plotting scientific data.")
(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
(package
(name "ploticus")