diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-04-19 22:50:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-19 22:50:26 +0200 |
commit | 3d1b93db65423eb51e37c81d4bcc1243251ce3ae (patch) | |
tree | 2d16441a3fdafbceda8da32c361d174e51347683 /gnu | |
parent | 04a4fe2df2f1876a3b4ce5fb7405f4bd940feeb7 (diff) |
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".
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphviz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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")))))))))) |