diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-12-03 08:30:04 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-01-04 16:11:10 -0500 |
commit | 2a6afac9055bc2cac29678b9e2ed0344cb32c39e (patch) | |
tree | fa3f868d646d1ff40ef4b6775afcf22b361a0019 /gnu-system.am | |
parent | c2e87caaa6b7efb9c18c46fd4f9d4370f68c8db7 (diff) | |
download | patches-2a6afac9055bc2cac29678b9e2ed0344cb32c39e.tar patches-2a6afac9055bc2cac29678b9e2ed0344cb32c39e.tar.gz |
gnu: gtk+-2: Add patch to support GUIX_GTK2_PATH.
* gnu/packages/patches/gtk2-respect-GUIX_GTK2_PATH: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gtk.scm (gtk+-2) [source]: Add patch.
[native-search-paths]: Add search path for GUIX_GTK2_PATH.
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 6626cd9d4b..2c62cc5911 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -506,6 +506,7 @@ dist_patch_DATA = \ gnu/packages/patches/guile-present-coding.patch \ gnu/packages/patches/guile-relocatable.patch \ gnu/packages/patches/guile-rsvg-pkgconfig.patch \ + gnu/packages/patches/gtk2-respect-GUIX_GTK2_PATH.patch \ gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/hop-linker-flags.patch \ |