From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH]: xfce4-power-manager: new variable Date: Sun, 06 Dec 2015 22:51:08 +0100 Message-ID: <878u57w8j7.fsf@gnu.org> References: <56604C07.2040900@gmx.net> <5660B6E2.3090108@gmx.net> <5660B786.4090902@gmx.net> <56621BD4.3080205@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5hDC-00010C-Rs for guix-devel@gnu.org; Sun, 06 Dec 2015 16:51:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5hD8-0005CW-31 for guix-devel@gnu.org; Sun, 06 Dec 2015 16:51:18 -0500 In-Reply-To: <56621BD4.3080205@gmx.net> (Florian Paul Schmidt's message of "Sat, 5 Dec 2015 00:03:48 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Florian Paul Schmidt Cc: guix-devel@gnu.org Florian Paul Schmidt skribis: > From 6d4ce3ad7a0298bdf8b445e9384c00727800ded3 Mon Sep 17 00:00:00 2001 > From: Florian Paul Schmidt > 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 =E2=80=98guix lint=E2=80=99 is = happy before posting. :-) See . Thanks for helping out! Ludo=E2=80=99.