guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libwnck-2: Adjust for changes in inherited package.


From: guix-commits
Subject: 01/01: gnu: libwnck-2: Adjust for changes in inherited package.
Date: Tue, 10 Dec 2019 09:07:42 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit ba7fed8ec4c52cd14bf18e09dbde4c94d23b616d
Author: Miguel Ángel Arruga Vivas <address@hidden>
Date:   Mon Dec 9 15:13:41 2019 +0100

    gnu: libwnck-2: Adjust for changes in inherited package.
    
    This is a followup to d3b406969a0916fed8f7dc7c094de9d523ac12c9.
    
    * gnu/packages/gnome.scm (libwnck-2)[build-system]: Override with
    gnu-build-system.
    [native-inputs]: Add field to exclude GLIB and GOBJECT-INTROSPECTION.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9790932..6a9a42d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2343,6 +2343,10 @@ Hints specification (EWMH).")
               (sha256
                (base32
                 "15713yl0f8f3p99jzqqfmbicrdswd3vwpx7r3bkf1bgh6d9lvs4b"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("intltool" ,intltool)))
     (propagated-inputs
      `(("gtk+" ,gtk+-2)
        ("libxres" ,libxres)



reply via email to

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