From 94987ebe136569dfe0180277384d7c04e18ab78c Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Wed, 21 Jan 2015 13:46:52 +0100 Subject: gnu: gobject-introspection: Add patch. * gnu/packages/glib.scm (gobject-introspection): Add patch gobject-introspection-girepository.patch. --- gnu/packages/glib.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/glib.scm') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 8294c4d436..39fc736b02 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -213,6 +213,8 @@ dynamic loading, and an object system.") (base32 "1xwm7wmr9r9wp6xljb3bckx3a4siybavaq39w46ly7gpskxfv8iv")) (patches (list (search-patch "gobject-introspection-cc.patch") + (search-patch + "gobject-introspection-girepository.patch") (search-patch "gobject-introspection-absolute-shlib-path.patch"))))) (build-system gnu-build-system) -- cgit v1.2.3