diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-30 08:40:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-30 08:42:43 -0400 |
commit | b90e7e5d49e951a24f58d3cd29d37127982ef240 (patch) | |
tree | 33bc1b5b76863d4529888aab4ed324de3a71720b /gnu-system.am | |
parent | 7ea3099b0516f98cad378a347659b9011a01a1d3 (diff) | |
download | guix-b90e7e5d49e951a24f58d3cd29d37127982ef240.tar guix-b90e7e5d49e951a24f58d3cd29d37127982ef240.tar.gz |
gnu: xfce4-session: Fix xflock4.
* gnu/packages/patches/xfce4-session-fix-xflock4.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xfce.scm (xfce4-session)[source]: Add patch.
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 d8430b4732..575c6f53f6 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -687,6 +687,7 @@ dist_patch_DATA = \ gnu/packages/patches/xf86-video-trident-remove-mibstore.patch \ gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch \ gnu/packages/patches/xfce4-panel-plugins.patch \ + gnu/packages/patches/xfce4-session-fix-xflock4.patch \ gnu/packages/patches/xfce4-settings-defaults.patch \ gnu/packages/patches/xmodmap-asprintf.patch \ gnu/packages/patches/zathura-plugindir-environment-variable.patch |