GNU bug report logs -
#73164
[PATCH v2] gnu: mscgen: Fix dependencies.
Previous Next
Reported by: Sébastien Lerique <sl <at> eauchat.org>
Date: Tue, 10 Sep 2024 08:48:01 UTC
Severity: normal
Tags: patch
Merged with 73157
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
[Message part 1 (text/plain, inline)]
Your bug report
#73164: [PATCH] gnu: mscgen: Fix dependencies.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73157 <at> debbugs.gnu.org.
--
73164: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73164
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Sébastien Lerique <sl <at> eauchat.org> skribis:
> * gnu/packages/graph.scm (mscgen)
> [inputs]: Add fontconfig, freetype, libjpeg-turbo, libpng, zlib.
>
> Change-Id: If185bcb2f786f6493c20040b47e93440987d7243
Applied, thanks!
[Message part 3 (message/rfc822, inline)]
* gnu/packages/graph.scm (mscgen)
[inputs]: Add fontconfig, freetype, ijg-libjpeg, libpng, zlib.
Change-Id: If185bcb2f786f6493c20040b47e93440987d7243
---
gnu/packages/graph.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 5c985eaf5b..e987e656a0 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -53,10 +53,12 @@ (define-module (gnu packages graph)
#:use-module (gnu packages datastructures)
#:use-module (gnu packages docbook)
#:use-module (gnu packages flex)
+ #:use-module (gnu packages fontutils)
#:use-module (gnu packages gd)
#:use-module (gnu packages graphics)
#:use-module (gnu packages graphviz)
#:use-module (gnu packages gtk)
+ #:use-module (gnu packages image)
#:use-module (gnu packages linux)
#:use-module (gnu packages machine-learning)
#:use-module (gnu packages maths)
@@ -813,7 +815,7 @@ (define-public mscgen
(native-inputs
(list pkg-config))
(inputs
- (list gd))
+ (list fontconfig freetype gd ijg-libjpeg libpng zlib))
(home-page "https://www.mcternan.me.uk/mscgen/")
(synopsis "Message Sequence Chart Generator")
(description "Mscgen is a small program that parses Message Sequence Chart
base-commit: 590904cca15922e6474fbd3a71af9b3a45b268af
--
2.46.0
This bug report was last modified 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.