summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
authorFederico Beffa <beffa@fbengineering.ch>2015-01-21 13:46:52 +0100
committerFederico Beffa <beffa@fbengineering.ch>2015-01-23 18:33:59 +0100
commit94987ebe136569dfe0180277384d7c04e18ab78c (patch)
tree468770d32ec90c46e8da6ad0692d933febdda910 /gnu/packages/glib.scm
parent58d32305b609eccf54de620398a54457af0af0c5 (diff)
downloadpatches-94987ebe136569dfe0180277384d7c04e18ab78c.tar
patches-94987ebe136569dfe0180277384d7c04e18ab78c.tar.gz
gnu: gobject-introspection: Add patch.
* gnu/packages/glib.scm (gobject-introspection): Add patch gobject-introspection-girepository.patch.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r--gnu/packages/glib.scm2
1 files changed, 2 insertions, 0 deletions
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)