Florian Paul Schmidt <mista.ta...@gmx.net> skribis: > From 6d4ce3ad7a0298bdf8b445e9384c00727800ded3 Mon Sep 17 00:00:00 2001 > From: Florian Paul Schmidt <mista.ta...@gmx.net> > Date: Sat, 5 Dec 2015 00:03:15 +0100 > Subject: [PATCH] xfce4-power-manager: remove native-search-paths > > --- > gnu/packages/xfce.scm | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm > index 89feb8e..c08394e 100644 > --- a/gnu/packages/xfce.scm > +++ b/gnu/packages/xfce.scm > @@ -668,10 +668,6 @@ on your desktop.") > ("upower" ,upower) > ("libnotify" ,libnotify) > ("libxfce4ui" ,libxfce4ui))) > - (native-search-paths > - (list (search-path-specification > - (variable "X_XFCE4_LIB_DIRS") > - (files '("lib/xfce4"))))) > (home-page "http://www.xfce.org/")
Could you send the full patch in one go? Also please include a ChangeLog-style commit entry, and make sure ‘guix lint’ is happy before posting. :-) See <https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html>. Thanks for helping out! Ludo’.