diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-10-16 03:47:56 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2013-12-15 23:37:22 +0100 |
commit | 503c5f6d5d5b61097731158e70ff598fe42d6345 (patch) | |
tree | 2deeff06b98d271d5b168cf70e1362a6a9037460 /gnu-system.am | |
parent | 3e778ad3af53e343550f4ec3d0b56f9bfe1fa2e3 (diff) | |
download | guix-503c5f6d5d5b61097731158e70ff598fe42d6345.tar guix-503c5f6d5d5b61097731158e70ff598fe42d6345.tar.gz |
gnu: gobject-introspection: look for 'gcc' when no compiler seems available.
* gnu/packages/patches/gobject-introspection.patch: New file.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index c5134740de..742a6135e0 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -244,6 +244,7 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-make-4.0.patch \ + gnu/packages/patches/gobject-introspection-cc.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/gstreamer-0.10-bison3.patch \ gnu/packages/patches/gstreamer-0.10-silly-test.patch \ |