me
/
guix
Archived
1
0
Fork 0

gnu: xdot: Complete atk to at-spi2-core transition.

This is a followup to c000352c27.

* gnu/packages/graphviz.scm (xdot)[arguments]: In 'wrap' phase, change
"atk" to "at-spi2-core".
master
Ludovic Courtès 2023-04-19 22:50:26 +02:00
parent 04a4fe2df2
commit 3d1b93db65
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))))))))