guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-hurd updated: squash! gnu: cairo: Support building for the Hu


From: guix-commits
Subject: branch wip-hurd updated: squash! gnu: cairo: Support building for the Hurd.
Date: Tue, 13 Jun 2023 09:01:13 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch wip-hurd
in repository guix.

The following commit(s) were added to refs/heads/wip-hurd by this push:
     new 8c5cd6b8d8 squash! gnu: cairo: Support building for the Hurd.
8c5cd6b8d8 is described below

commit 8c5cd6b8d8fed57664e64dffcbbac3813bb66ac6
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 13 15:00:11 2023 +0200

    squash! gnu: cairo: Support building for the Hurd.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index cd4af42e28..d5a1b502f9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -203,8 +203,8 @@ such as mate-panel and xfce4-panel.")
     (inputs
      `(("bash-minimal" ,bash-minimal)   ;for glib-or-gtk-wrap
        ,@(if (target-hurd?)
-            '()
-            '(("drm" ,libdrm)))
+             '()
+             `(("drm" ,libdrm)))
        ("ghostscript" ,ghostscript)
        ("libspectre" ,libspectre)
        ,@(if (target-hurd?)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]