From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: [PATCH] gnu: lynx: Support HTTPS (SSL) connections Date: Sat, 19 Mar 2016 21:59:09 +0100 Message-ID: References: <1457059066-8060-1-git-send-email-tobias.geerinckx.rice@gmail.com> <20160304030140.GA30676@jasmine> <20160319184156.GA13367@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahNxn-00023A-IY for guix-devel@gnu.org; Sat, 19 Mar 2016 16:59:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahNxm-00021L-NA for guix-devel@gnu.org; Sat, 19 Mar 2016 16:59:11 -0400 Received: from mail-oi0-x232.google.com ([2607:f8b0:4003:c06::232]:35197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahNxm-00021G-Bt for guix-devel@gnu.org; Sat, 19 Mar 2016 16:59:10 -0400 Received: by mail-oi0-x232.google.com with SMTP id w20so58565867oia.2 for ; Sat, 19 Mar 2016 13:59:10 -0700 (PDT) In-Reply-To: <20160319184156.GA13367@debian-netbook> 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: Efraim Flashner Cc: guix-devel@gnu.org On 19/03/2016, Efraim Flashner wrote: >> - "--with-gnutls" >> + "--with-gnutls=" > > Is this supposed to be empty at the end? I would assume it would want > something like (string-append "--with-gnutls=" (assoc-ref %build-inputs > "gnutls")). Not a typo. :-)