GNU bug report logs -
#63610
[PATCH 0/3] Add 'graphviz-minimal' and have Guix depend on it
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Sat, 20 May 2023 16:02:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/graphviz.scm (graphviz-minimal): New variable.
---
gnu/packages/graphviz.scm | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 26ee96afd4..30dd6d3405 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2015, 2021 Ludovic Courtès <ludo <at> gnu.org>
+;;; Copyright © 2013, 2015, 2021, 2023 Ludovic Courtès <ludo <at> gnu.org>
;;; Copyright © 2015, 2020 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2016 Theodoros Foradis <theodoros <at> foradis.org>
;;; Copyright © 2017, 2018, 2019, 2022 Ricardo Wurmus <rekado <at> elephly.net>
@@ -124,6 +124,13 @@ (define-public graphviz
'((release-monitoring-url . "https://graphviz.org/download/source/")))
(license license:epl1.0)))
+(define-public graphviz-minimal
+ (package/inherit graphviz
+ (name "graphviz-minimal")
+ (inputs (modify-inputs (package-inputs graphviz)
+ (delete "libxrender" "libx11" "pango" "libxaw")))
+ (synopsis "Graph visualization software (without X11 support)")))
+
(define-public python-graphviz
(package
(name "python-graphviz")
--
2.40.1
This bug report was last modified 1 year and 357 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.