[PATCH v2] gnu: mscgen: Fix dependencies.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Sébastien Lerique
Owner
unassigned
Submitted by
Sébastien Lerique
Severity
normal
Merged with
S
S
Sébastien Lerique wrote on 10 Sep 10:46 +0200
(address . guix-patches@gnu.org)(name . Sébastien Lerique)(address . sl@eauchat.org)
78ffafd60159ca22a828c896ab41f3bd24ca6034.1725957997.git.sl@eauchat.org
* 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(-)

Toggle diff (30 lines)
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
S
L
L
Ludovic Courtès wrote 3 days ago
control message for bug #73157
(address . control@debbugs.gnu.org)
87ikujsoqp.fsf@gnu.org
merge 73157 73164
quit
L
L
Ludovic Courtès wrote 3 days ago
Re: bug#73164: [PATCH v2] gnu: mscgen: Fix dependencies.
(name . Sébastien Lerique)(address . sl@eauchat.org)(address . 73164-done@debbugs.gnu.org)
877cazsol4.fsf_-_@gnu.org
Sébastien Lerique <sl@eauchat.org> skribis:

Toggle quote (5 lines)
> * gnu/packages/graph.scm (mscgen)
> [inputs]: Add fontconfig, freetype, libjpeg-turbo, libpng, zlib.
>
> Change-Id: If185bcb2f786f6493c20040b47e93440987d7243

Applied, thanks!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73164@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73164
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch