diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-09 21:00:11 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-09 21:06:30 +0800 |
commit | 363ccf9fe2e67606edc2ecf0ca70824e7adc1ce0 (patch) | |
tree | 27e1e4459b8f06214f8d41ca9554f093e92bc1cc /gnu/packages/xfce.scm | |
parent | c940a145594d3d1a93b30ec3260751debe1c63bb (diff) | |
download | guix-363ccf9fe2e67606edc2ecf0ca70824e7adc1ce0.tar guix-363ccf9fe2e67606edc2ecf0ca70824e7adc1ce0.tar.gz |
gnu: xfce4-settings: Set the default icon theme to "gnome".
Fixes <http://bugs.gnu.org/21217>.
* gnu/packages/patches/xfce4-settings-defaults.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xfce.scm (xfce4-settings)[source]: Add patch.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index a9ceb5bdd8..e42c58050d 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -452,7 +452,9 @@ allows you to shutdown the computer from Xfce.") "/src/" name "-" version ".tar.bz2")) (sha256 (base32 - "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4")))) + "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4")) + (patches + (list (search-patch "xfce4-settings-defaults.patch"))))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |