From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45781) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO3Lf-0007Cd-Ai for guix-patches@gnu.org; Fri, 25 Oct 2019 13:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO3Le-0005XC-8y for guix-patches@gnu.org; Fri, 25 Oct 2019 13:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58737) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iO3Le-0005Wp-5i for guix-patches@gnu.org; Fri, 25 Oct 2019 13:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iO3Ld-0004z4-TC for guix-patches@gnu.org; Fri, 25 Oct 2019 13:26:01 -0400 Subject: [bug#37923] [PATCH 1/2] gnu: profanity: Add configure flags and inputs for better defaults. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:45611) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO3L5-0005vc-M4 for guix-patches@gnu.org; Fri, 25 Oct 2019 13:25:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO3L4-0004hG-Ls for guix-patches@gnu.org; Fri, 25 Oct 2019 13:25:27 -0400 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:55348) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iO3L4-0004f5-DW for guix-patches@gnu.org; Fri, 25 Oct 2019 13:25:26 -0400 Received: by mail-wm1-x342.google.com with SMTP id g24so2979300wmh.5 for ; Fri, 25 Oct 2019 10:25:26 -0700 (PDT) References: <20191025151711.aoqcwzuz7vwcgdbm@rafflesia> <20191025152040.25196-1-tanguy@bioneland.org> From: Mathieu Othacehe Message-ID: <87h83wu49h.fsf@gmail.com> In-reply-to: <20191025152040.25196-1-tanguy@bioneland.org> Date: Fri, 25 Oct 2019 19:25:19 +0200 MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37923@debbugs.gnu.org Cc: tanguy@bioneland.org Hey Tanguy, Much better with git send-email ;) A few remarks below: > + `(#:configure-flags ^ It can be ' because there are no unquoting in the following list. > + "--enable-icon" ^ I think it is --enable-icons but that triggers missing inputs. You can have a look to nix recipe if needed. Thanks, Mathieu