[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: maint: Add gdk-pixbuf to native Hurd manifest.
From: |
guix-commits |
Subject: |
branch master updated: maint: Add gdk-pixbuf to native Hurd manifest. |
Date: |
Tue, 19 Sep 2023 01:27:35 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7841a624f0 maint: Add gdk-pixbuf to native Hurd manifest.
7841a624f0 is described below
commit 7841a624f0c94efbfeb48a5209dbd92575eacc09
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Sep 19 07:23:28 2023 +0200
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(-)
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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: maint: Add gdk-pixbuf to native Hurd manifest.,
guix-commits <=