all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52526] [xdot: fix typelib path]
@ 2021-12-15 22:10 Justin Veilleux
  2021-12-15 22:41 ` bug#52526: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Justin Veilleux @ 2021-12-15 22:10 UTC (permalink / raw)
  To: 52526

[-- Attachment #1: Type: text/plain, Size: 51 bytes --]

Before this change, xdot simply crashed on launch.

[-- Attachment #2: 0001-gnu-xdot-Add-harfbuzz-Typelib-path-in-wrap-phase.patch --]
[-- Type: text/x-patch, Size: 1639 bytes --]

From 4fe39e9958fb446e0d26eaa2668d15c706fc4f88 Mon Sep 17 00:00:00 2001
From: terramorpha <terramorpha@cock.li>
Date: Wed, 15 Dec 2021 17:01:02 -0500
Subject: [PATCH] gnu: xdot: Add harfbuzz Typelib path in wrap phase

* gnu/packages/graphviz.scm (xdot)[#:phases]: Add harfbuzz's path to the
wrapper.
---
 gnu/packages/graphviz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index c4dfd4965b..ab39e49d7d 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2020 Pjotr Prins <pjotr.guix@thebird.nl>
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
 ;;; Copyright © 2021 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -346,12 +347,14 @@ (define-public xdot
                     (assoc-ref inputs "gtk+") "/lib/girepository-1.0"
                     ":" (assoc-ref inputs "pango") "/lib/girepository-1.0"
                     ":" (assoc-ref inputs "gdk-pixbuf") "/lib/girepository-1.0"
-                    ":" (assoc-ref inputs "atk") "/lib/girepository-1.0")))
+                    ":" (assoc-ref inputs "atk") "/lib/girepository-1.0"
+                    ":" (assoc-ref inputs "harfbuzz") "/lib/girepository-1.0")))
                `("PATH" ":" prefix
                  (,(dirname (search-input-file inputs "bin/dot"))))))))))
     (inputs
      (list atk
            librsvg
+           harfbuzz
            graphviz
            gtk+
            python-pycairo
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52526: [xdot: fix typelib path]
  2021-12-15 22:10 [bug#52526] [xdot: fix typelib path] Justin Veilleux
@ 2021-12-15 22:41 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-12-15 22:41 UTC (permalink / raw)
  To: Justin Veilleux; +Cc: 52526-done

On Wed, Dec 15, 2021 at 05:10:03PM -0500, Justin Veilleux wrote:
> Before this change, xdot simply crashed on launch.

> From 4fe39e9958fb446e0d26eaa2668d15c706fc4f88 Mon Sep 17 00:00:00 2001
> From: terramorpha <terramorpha@cock.li>
> Date: Wed, 15 Dec 2021 17:01:02 -0500
> Subject: [PATCH] gnu: xdot: Add harfbuzz Typelib path in wrap phase
> 
> * gnu/packages/graphviz.scm (xdot)[#:phases]: Add harfbuzz's path to the
> wrapper.

Thanks! Pushed as 18b1497673b92b6a0947839f9757a561a77d0d5f




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-15 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15 22:10 [bug#52526] [xdot: fix typelib path] Justin Veilleux
2021-12-15 22:41 ` bug#52526: " Leo Famulari

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.