From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add ngircd. Date: Thu, 05 Feb 2015 13:46:28 +0100 Message-ID: <87twz034rf.fsf@gnu.org> References: <87sieqr574.fsf@taylan.uni.cx> <87k302qz8h.fsf@taylan.uni.cx> <874mr6f791.fsf@netris.org> <87fvapjjx9.fsf@taylan.uni.cx> 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]:58795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJLpN-0003kb-MO for guix-devel@gnu.org; Thu, 05 Feb 2015 07:46:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJLpH-0003iz-7I for guix-devel@gnu.org; Thu, 05 Feb 2015 07:46:37 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJLpH-0003iv-3w for guix-devel@gnu.org; Thu, 05 Feb 2015 07:46:31 -0500 In-Reply-To: <87fvapjjx9.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Mon, 02 Feb 2015 00:23:14 +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: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > From 34b2efd8244caf0cd16c1aa510209a54def148b7 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Taylan=3D20Ulrich=3D20Bay=3DC4=3DB1rl=3DC4=3DB1/Kammer?= =3D > > Date: Sat, 31 Jan 2015 22:03:25 +0100 > Subject: [PATCH] gnu: Add ngircd. > > * gnu/packages/messaging.scm (ngircd): New variable. > * gnu/packages/patches/ngircd-no-dns-in-tests.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. Perhaps Mark should have the last say, but at least this looks good to me. > + ;; XXX Add more inputs to enable more features, e.g. IDENT, libiconv. iconv is part of glibc, so you can remove it from here. Thanks, Ludo=E2=80=99.