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: Build without libdrm, poppl


From: guix-commits
Subject: branch wip-hurd updated: squash! gnu: cairo: Build without libdrm, poppler for the Hurd. -- gobject-introspection
Date: Tue, 13 Jun 2023 05:59:05 -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 58e12dac44 squash! gnu: cairo: Build without libdrm, poppler for the 
Hurd. -- gobject-introspection
58e12dac44 is described below

commit 58e12dac445aba53acd65580dc192d1574edf18b
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Jun 13 11:30:09 2023 +0200

    squash! gnu: cairo: Build without libdrm, poppler for the Hurd. -- 
gobject-introspection
    
    * gnu/packages/gtk.scm (cairo)[naive-inputs]: Remove gobject-introspection
    when building for the Hurd.
---
 gnu/packages/gtk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 12779d23a3..b1c6283dff 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -195,7 +195,9 @@ such as mate-panel and xfce4-panel.")
                        (assoc-ref %outputs "doc")
                        "/share/gtk-doc/html"))))
     (native-inputs
-     `(("gobject-introspection" ,gobject-introspection)
+     `(,@(if (target-hurd?)
+             '()
+             `(("gobject-introspection" ,gobject-introspection)))
        ("pkg-config" ,pkg-config)
        ("python" ,python-wrapper)))
     (inputs



reply via email to

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