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/packages/xfce.scm | |
parent | 7ea3099b0516f98cad378a347659b9011a01a1d3 (diff) | |
download | patches-b90e7e5d49e951a24f58d3cd29d37127982ef240.tar patches-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/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index e42c58050d..914012625f 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -421,7 +421,10 @@ your system in categories, so you can quickly find and launch them.") "/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38")))) + "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38")) + (patches + ;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282 + (list (search-patch "xfce4-session-fix-xflock4.patch"))))) (build-system gnu-build-system) (arguments '(#:configure-flags |