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.
This commit is contained in:
Janneke Nieuwenhuizen 2023-09-19 07:23:28 +02:00
parent 3d8d67ef69
commit 7841a624f0
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -31,7 +31,7 @@
(srfi srfi-1)) (srfi srfi-1))
(use-package-modules (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) hurd less m4 package-management python ssh version-control)
(define (input->package input) (define (input->package input)
@ -72,6 +72,9 @@ (define (package-without-tests p)
;; system ;; system
grub-minimal grub grub-minimal grub
;; system reconfigure
gdk-pixbuf
(append (append
guix-dependencies guix-dependencies
%base-packages/hurd))) %base-packages/hurd)))