* [bug#73164] [PATCH v2] gnu: mscgen: Fix dependencies.
[not found] <73157@debbugs.gnu.org>
@ 2024-09-10 8:46 ` Sébastien Lerique
[not found] ` <handler.73164.B.172595803423726.ack@debbugs.gnu.org>
2024-09-25 16:08 ` bug#73164: [PATCH v2] gnu: mscgen: Fix dependencies Ludovic Courtès
0 siblings, 2 replies; 3+ messages in thread
From: Sébastien Lerique @ 2024-09-10 8:46 UTC (permalink / raw)
To: 73164; +Cc: Sébastien Lerique
* gnu/packages/graph.scm (mscgen)
[inputs]: Add fontconfig, freetype, libjpeg-turbo, 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..02033c25b3 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 libjpeg-turbo 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#73164] Acknowledgement ([PATCH v2] gnu: mscgen: Fix dependencies.)
[not found] ` <handler.73164.B.172595803423726.ack@debbugs.gnu.org>
@ 2024-09-10 8:55 ` Sébastien Lerique
0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Lerique @ 2024-09-10 8:55 UTC (permalink / raw)
To: 73164
Oops, to be closed as this was meant for
https://issues.guix.gnu.org/73157
(Can I close this?)
--
Sébastien Lerique
https://slvh.fr/
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#73164: [PATCH v2] gnu: mscgen: Fix dependencies.
2024-09-10 8:46 ` [bug#73164] [PATCH v2] gnu: mscgen: Fix dependencies Sébastien Lerique
[not found] ` <handler.73164.B.172595803423726.ack@debbugs.gnu.org>
@ 2024-09-25 16:08 ` Ludovic Courtès
1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2024-09-25 16:08 UTC (permalink / raw)
To: Sébastien Lerique; +Cc: 73164-done
Sébastien Lerique <sl@eauchat.org> skribis:
> * gnu/packages/graph.scm (mscgen)
> [inputs]: Add fontconfig, freetype, libjpeg-turbo, libpng, zlib.
>
> Change-Id: If185bcb2f786f6493c20040b47e93440987d7243
Applied, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-25 16:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <73157@debbugs.gnu.org>
2024-09-10 8:46 ` [bug#73164] [PATCH v2] gnu: mscgen: Fix dependencies Sébastien Lerique
[not found] ` <handler.73164.B.172595803423726.ack@debbugs.gnu.org>
2024-09-10 8:55 ` [bug#73164] Acknowledgement ([PATCH v2] gnu: mscgen: Fix dependencies.) Sébastien Lerique
2024-09-25 16:08 ` bug#73164: [PATCH v2] gnu: mscgen: Fix dependencies Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.