From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: bug#38755: icecat retains reference on clang Date: Sat, 28 Dec 2019 21:47:40 +0200 Message-ID: <20191228194740.GR23018@E5400> References: <87sgl6olru.fsf@elephly.net> <87r20qofcb.fsf@elephly.net> <8736d5cn3l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="D5tFrmRBv7YOLFOK" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47600) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilI58-0003hJ-U9 for bug-guix@gnu.org; Sat, 28 Dec 2019 14:49:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilI57-0006Qd-Ua for bug-guix@gnu.org; Sat, 28 Dec 2019 14:49:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52973) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ilI57-0006PJ-Nz for bug-guix@gnu.org; Sat, 28 Dec 2019 14:49:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ilI57-0000jD-M4 for bug-guix@gnu.org; Sat, 28 Dec 2019 14:49:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <8736d5cn3l.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38755@debbugs.gnu.org --D5tFrmRBv7YOLFOK Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 28, 2019 at 01:25:50AM +0100, Ludovic Court=C3=A8s wrote: > Hi, >=20 > Ricardo Wurmus skribis: >=20 > > This should do the trick: > > > > diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm > > index d5d9839e1a..e9458037a5 100644 > > --- a/gnu/packages/gnuzilla.scm > > +++ b/gnu/packages/gnuzilla.scm > > @@ -1023,7 +1023,11 @@ from forcing GEXP-PROMISE." > > (format #t "configure flags: ~s~%" flags) > > (apply invoke bash > > (string-append srcdir "/configure") > > - flags)))) > > + flags) > > + ;; Remove references to store items > > + (substitute* "toolkit/content/buildconfig.html" > > + (("/gnu/store") "")) >=20 > This should not be a literal =E2=80=9C/gnu/store=E2=80=9D, though. Perha= ps we should > just use =E2=80=98remove-store-references=E2=80=99 instead of =E2=80=98su= bstitute*=E2=80=99? >=20 This way we still get a listing of exactly which store items were used without needing to refer to them exactly. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --D5tFrmRBv7YOLFOK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4HsVwACgkQQarn3Mo9 g1HpyRAAoUbnkBRjpnP9HxO46KPi5JnKL35m2KAq7458Sfu1yveIfeK8EQ1MEmw9 ac445LzeY3Bcu/AL6Ez9sHNTbNrrFznJhIwrs6sDqDjhbEZZOBE10Zxh/wLvFow9 zaPQbFDqo+ixdL+UL3V8G9cwfj7WvYJLayXO8uFnthZRa2RA339npHLVBiW6Wrqn 6gru74KTapoNrcRD10IdJDmsfi0B2WKI8TFwTk2IMtHYaOAnZDYGkstSdOgl8Uqq CjTNsSI4Xb+fpSJZhLsdjmJlr/0mBZGTSyeoxyNMNsSOIfR0ApkeNe+iv8hK3Pkp WTNqLNRpDtkuUPyLXl9F4sxnN/AAHdDgorzE+xrlZkUYbP+cZxpb7ujxITQMri2n lLS7mVdEKvgmb1JxQbRuua2K0TwHV4S6tDdW5vy0w7hAx8Y1GGTLL0zfKzTkjXUH bndQ+n9W4lBBIAxdKgD3fXbwivj4nzOpsas1G9wF6ViZKgV91bpQ9pkmv6F7zV7A shrKpVraRQt0aQ+Elq7QRmTkBcrnkAxwsL2XLknF2mvJihaQP9rrT3Z6Pr5zzhpe 5ZZwIjfvh38qQQQA2HyXT/MXKE8lNuUVupEuAu9/JTOg5iP9IMOKk29cQC05uHH7 9sWir0aGIqem57TiSosT579SY0GPUYDdDhIizkD8aQDSLstaPiU= =UVBn -----END PGP SIGNATURE----- --D5tFrmRBv7YOLFOK--