ludo@gnu.org (Ludovic Courtès) writes: > taylanbayirli@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> From 34b2efd8244caf0cd16c1aa510209a54def148b7 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= >> >> 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’. I see; I just had to explicitly add --with-iconv. I also added PAM now. There's an ugly form with two layers of quasiquote and unquote though; tell me if there's a better way to do it. (And this is based on the version of this patch with the test-suite patch for zombie processes. Tell me if I should base it on the one without that patch.)