mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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:
parent
3d8d67ef69
commit
7841a624f0
1 changed files with 4 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue