From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Removing configure flags? Date: Mon, 10 Sep 2018 11:57:29 +0200 Message-ID: <20180910115729.71291465@scratchpost.org> References: <3777480.LYsRssmo1O@aleksandar-ixtreme-m5740> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/XO0EOyTMR_Dv0VsoiUAz0RQ"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzJBB-0002lD-0h for guix-devel@gnu.org; Mon, 10 Sep 2018 06:12:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzIwq-0002Si-PW for guix-devel@gnu.org; Mon, 10 Sep 2018 05:57:39 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:39132) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fzIwq-0002QN-Fr for guix-devel@gnu.org; Mon, 10 Sep 2018 05:57:36 -0400 In-Reply-To: <3777480.LYsRssmo1O@aleksandar-ixtreme-m5740> 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: HiPhish Cc: guix-devel@gnu.org --Sig_/XO0EOyTMR_Dv0VsoiUAz0RQ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, you can replace the entire "configure" phase. Search for "replace 'configure" in gnu/packages/*.scm . You can find the entire block when you search for "--enable-fast-install" c= omments in gnu/packages/*.scm . It is: (arguments `(#:phases (modify-phases %standard-phases (replace 'configure (lambda* (#:key inputs outputs (configure-flags '()) #:allow-oth= er-keys) (apply invoke `("./configure" ,(string-append "--prefix=3D" out) ,(string-append "--sysconfdir=3D/etc") ,@configure-flags)))))) --Sig_/XO0EOyTMR_Dv0VsoiUAz0RQ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAluWQAkACgkQ5xo1VCww uqX+dQf+M41zkpx4IbI2vgnHYYBxzJ2n0MIiYrTfaDn5vVwkSNQHyyJ1QBBk9LJz CcVn7dxenCEeP15rytwnyq/PDO+L1pbcaLzO5WWCt6JZ6LCRSTvzdIEgD70OnBaU bpI7X8AVTltf+TbLBuaAUf3DM93Qa13thNvx01gckN9DYWk3I6B+dFnf4f0WW3FN /ci1gL0jiGl8+vRBtke07zpCPCk0roxxkYSvvfAblZRG5mR6BhL7cvG1b9VRchna GNhZU0zTjGYMLYqfQObt6Dr4ipeVV3EBhRYPY4/9sAJvYuBKv2V7kVkJq2cbCAB/ R/F+9Muo5xw/CT9fHmoFouVuHKCk/A== =RcOh -----END PGP SIGNATURE----- --Sig_/XO0EOyTMR_Dv0VsoiUAz0RQ--