diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-13 20:50:00 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-14 19:45:59 -0500 |
commit | d814f921f1d6ce2b318e4d458c9c5f8e8b9faa28 (patch) | |
tree | 4163754f3456619d851ad3013241a8420289d418 /gnu-system.am | |
parent | 31557440c29f8d93b366422bfec4dab341eff79f (diff) | |
download | guix-d814f921f1d6ce2b318e4d458c9c5f8e8b9faa28.tar guix-d814f921f1d6ce2b318e4d458c9c5f8e8b9faa28.tar.gz |
gnu: xfce4-panel: Support panel plugins from other packages.
* gnu/packages/patches/xfce4-panel-plugins.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xfce.scm (xfce4-panel): Add the patch, and a
native search path specification for X_XFCE4_LIB_DIRS.
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 e828c01d7c..08b1ecd0ba 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -451,6 +451,7 @@ dist_patch_DATA = \ gnu/packages/patches/wmctrl-64-fix.patch \ gnu/packages/patches/xf86-input-synaptics-glibc-2.20.patch \ gnu/packages/patches/xf86-video-openchrome-includes.patch \ + gnu/packages/patches/xfce4-panel-plugins.patch \ gnu/packages/patches/xmodmap-asprintf.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap |