From: Ricardo Wurmus <rekado@elephly.net>
To: 38755@debbugs.gnu.org
Subject: bug#38755: icecat retains reference on clang
Date: Fri, 27 Dec 2019 00:08:04 +0100 [thread overview]
Message-ID: <87r20qofcb.fsf@elephly.net> (raw)
In-Reply-To: <handler.38755.B.157739336123029.ack@debbugs.gnu.org>
[-- Attachment #1: Type: text/plain, Size: 27 bytes --]
This should do the trick:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: my.patch --]
[-- Type: text/x-patch, Size: 766 bytes --]
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") ""))
+ #t)))
(replace 'build
;; The build system often spuriously fails. See
;; <https://bugs.gentoo.org/show_bug.cgi?id=680934>. To
[-- Attachment #3: Type: text/plain, Size: 13 bytes --]
--
Ricardo
next prev parent reply other threads:[~2019-12-26 23:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-26 20:49 bug#38755: icecat retains reference on clang Ricardo Wurmus
[not found] ` <handler.38755.B.157739336123029.ack@debbugs.gnu.org>
2019-12-26 23:08 ` Ricardo Wurmus [this message]
2019-12-28 0:25 ` Ludovic Courtès
2019-12-28 19:47 ` Efraim Flashner
2019-12-28 23:05 ` Julien Lepiller
2019-12-29 7:16 ` Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r20qofcb.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=38755@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.