diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-01-06 16:37:44 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-05-31 22:12:13 -0400 |
commit | ff8a1a88d934bb31339ad1c9aaa201ec837cb743 (patch) | |
tree | 67ba434b2845e10b34d4921b49801efeb885ecf8 /gnu/packages/gtk.scm | |
parent | 3f1f98d9d8c4e7f5dfca921fe1957e4d53783e35 (diff) | |
download | guix-ff8a1a88d934bb31339ad1c9aaa201ec837cb743.tar.gz |
gnu: inkscape: Add inkscape-1.0.
* gnu/packages/inkscape.scm (inkscape-1.0): New variable. * gnu/packages/gtk.scm (at-spi2-atk): Add a TODO comment.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index f6a50f0058..24089668d2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -690,6 +690,8 @@ is part of the GNOME accessibility project.") (setenv "DBUS_FATAL_WARNINGS" "0") (invoke "dbus-launch" "meson" "test")))))) (propagated-inputs + ;; TODO: Replace by at-spi2-core-minimal in the next staging window, or + ;; when Inkscape 0.92 is upgraded to 1.0 to avoid a cycle. `(("at-spi2-core" ,at-spi2-core))) ; required by atk-bridge-2.0.pc (inputs `(("atk" ,atk))) |