From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH] profiles: Add gtk-icon-themes hook. Date: Wed, 27 May 2015 21:11:02 +0800 Message-ID: <87d21mmahl.fsf@gmail.com> References: <1431508332-8042-1-git-send-email-iyzsong@gmail.com> <87h9r53n60.fsf@gnu.org> <878uchaz9i.fsf@gmail.com> <87a8wqjw6z.fsf@gnu.org> 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]:56562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yxb6N-0007gz-QD for guix-devel@gnu.org; Wed, 27 May 2015 09:10:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yxb6H-0006B3-Jz for guix-devel@gnu.org; Wed, 27 May 2015 09:10:31 -0400 In-Reply-To: <87a8wqjw6z.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: [...] > The fact that HOOK could return either a monadic value or a regular > value was indeed bad style. I=E2=80=99ve fixed it in 07eaecf, so now thi= s part > of the patch is no longer needed. Use 'gexp?' to filter hooks do not work, I fix it to use 'derivation?'. > > OK to push with these two updates. Done, thanks!