mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +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))
|
(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)))
|
||||||
|
|
Loading…
Reference in a new issue