diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 879cf44d67..faf4d6f7eb 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -31,6 +31,7 @@ ;;; Copyright © 2021 Wamm K. D. <[email protected]> ;;; Copyright © 2022 Zhu Zihao <[email protected]> ;;; Copyright © 2022 Benjamin Slade <[email protected]> +;;; Copyright © 2022 Denis 'GNUtoo' Carikli <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1340,7 +1341,9 @@ application suites.") ;; Following dependencies are referenced in .pc files. (list cairo fontconfig - librsvg-bootstrap + (if (target-x86-64?) + librsvg-bootstrap + librsvg-2.40) glib graphene libepoxy |