summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorOwen T. Heisler <writer@owenh.net>2026-04-18 01:36:24 +0000
committerSughosha <sughosha@disroot.org>2026-04-19 08:46:09 +0530
commit63e73973a562fb295a063902460d742d85771751 (patch)
treebd76088a8ecaaa3e573b345fe7b12ea3e3cf9c03 /gnu/packages
parent082c705d4898b9668b0f9fd3a05204bd773935e4 (diff)
gnu: flatpak: Add librsvg for SVG icon validation.
* gnu/packages/package-management.scm (flatpak):[propagated-inputs]: Add librsvg as (librsvg-for-system). Merges: guix/guix!7973 Closes: https://codeberg.org/guix/guix/issues/7972 Change-Id: Ie03b580a5587711e81260a93f3cb732332c35209 Signed-off-by: Sughosha <sughosha@disroot.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/package-management.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 1ebee302547..0095031c97e 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -32,6 +32,7 @@
32;;; Copyright © 2025-2026 Sharlatan Hellseher <sharlatanus@gmail.com> 32;;; Copyright © 2025-2026 Sharlatan Hellseher <sharlatanus@gmail.com>
33;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> 33;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu>
34;;; Copyright © 2025 unwox <me@unwox.com> 34;;; Copyright © 2025 unwox <me@unwox.com>
35;;; Copyright © 2026 Owen T. Heisler <writer@owenh.net>
35;;; 36;;;
36;;; This file is part of GNU Guix. 37;;; This file is part of GNU Guix.
37;;; 38;;;
@@ -2744,6 +2745,8 @@ cp -r /tmp/locale/*/en_US.*")))
2744 (propagated-inputs (list glib-networking 2745 (propagated-inputs (list glib-networking
2745 gnupg 2746 gnupg
2746 gsettings-desktop-schemas 2747 gsettings-desktop-schemas
2748 ;; Required for flatpak-validate-icon SVG validation.
2749 (librsvg-for-system)
2747 ;; The following are listed in Requires.private of 2750 ;; The following are listed in Requires.private of
2748 ;; `flatpak.pc'. 2751 ;; `flatpak.pc'.
2749 curl 2752 curl