From 7841a624f0c94efbfeb48a5209dbd92575eacc09 Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Tue, 19 Sep 2023 07:23:28 +0200 Subject: maint: Add gdk-pixbuf to native Hurd manifest. Gdk-pixbuf is a dependency for `guix system reconfigure' and currently also needs an unreleased glibc patch in order to build. * etc/hurd-manifest.scm: Add gdk-pixbuf to manifest. --- etc/hurd-manifest.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/hurd-manifest.scm b/etc/hurd-manifest.scm index 1b1d0a53b4..8132da7d08 100644 --- a/etc/hurd-manifest.scm +++ b/etc/hurd-manifest.scm @@ -31,7 +31,7 @@ (srfi srfi-1)) (use-package-modules - base bootloaders commencement compression file gawk gdb gettext guile + base bootloaders commencement compression file gawk gdb gettext gtk guile hurd less m4 package-management python ssh version-control) (define (input->package input) @@ -72,6 +72,9 @@ ;; system grub-minimal grub + ;; system reconfigure + gdk-pixbuf + (append guix-dependencies %base-packages/hurd))) -- cgit v1.2.3