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

This is a followup to d3b406969a.

* 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 <kkebreau@posteo.net>
This commit is contained in:
Miguel Ángel Arruga Vivas 2019-12-09 15:13:41 +01:00 committed by Kei Kebreau
parent 50cc90769a
commit ba7fed8ec4
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D

View File

@ -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)