From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH 3/3] gnu: Add jacal. Date: Tue, 28 Feb 2017 07:10:08 +0100 Message-ID: <20170228061008.GA25471@jocasta.intra> References: <1488138148-24017-1-git-send-email-jmd@gnu.org> <1488138148-24017-3-git-send-email-jmd@gnu.org> <20170228003111.GB14214@jasmine> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciazO-0005l2-2j for guix-devel@gnu.org; Tue, 28 Feb 2017 01:10:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciazN-0002M9-0d for guix-devel@gnu.org; Tue, 28 Feb 2017 01:10:22 -0500 Content-Disposition: inline In-Reply-To: <20170228003111.GB14214@jasmine> 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" To: Leo Famulari Cc: guix-devel@gnu.org, John Darrington --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 27, 2017 at 07:31:11PM -0500, Leo Famulari wrote: =20 > + (replace 'configure > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (zero? (system* "./configure" > + (string-append "--prefix=3D" > + (assoc-ref outpu= ts "out"))))))))) =20 This can be done in #:configure-flags, right? Normally it could be. But in this case, the ./configure script is not a au= toconf generated one and does not accept many of the default options that gnu-build-system sends= to it. J' --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAli1FEAACgkQimdxnC3oJ7PiyACcCezsJHLKTjgViMbKHlZMJtLU qBEAmwVe7Yjqa13rP/Xkr+ez1BAD68DQ =s2EU -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v--