aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2023-09-19 07:23:28 +0200
committerJanneke Nieuwenhuizen <janneke@gnu.org>2023-09-19 07:26:56 +0200
commit7841a624f0c94efbfeb48a5209dbd92575eacc09 (patch)
tree295ff5e5d5de917763ef56a122008d42f4691d47 /etc
parent3d8d67ef6928f5d81118c97f03372cd341eab8b0 (diff)
downloadguix-7841a624f0c94efbfeb48a5209dbd92575eacc09.tar
guix-7841a624f0c94efbfeb48a5209dbd92575eacc09.tar.gz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/hurd-manifest.scm5
1 files changed, 4 insertions, 1 deletions
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)))