[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: xdot: Complete atk to at-spi2-core transition.
From: |
guix-commits |
Subject: |
02/03: gnu: xdot: Complete atk to at-spi2-core transition. |
Date: |
Wed, 19 Apr 2023 17:45:46 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 3d1b93db65423eb51e37c81d4bcc1243251ce3ae
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Apr 19 22:50:26 2023 +0200
gnu: xdot: Complete atk to at-spi2-core transition.
This is a followup to c000352c27f511dfb5569bef09f9b774d6100117.
* gnu/packages/graphviz.scm (xdot)[arguments]: In 'wrap' phase, change
"atk" to "at-spi2-core".
---
gnu/packages/graphviz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index d98041d73a..73d07e913f 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -341,7 +341,7 @@ Graphviz and LaTeX.")
(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 "at-spi2-core")
"/lib/girepository-1.0"
":" (assoc-ref inputs "harfbuzz")
"/lib/girepository-1.0")))
`("PATH" ":" prefix
(,(dirname (search-input-file inputs "bin/dot"))))))))))