emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39146: closed ([PATCH] gnu: icecat: Remove compiler paths from about


From: GNU bug Tracking System
Subject: bug#39146: closed ([PATCH] gnu: icecat: Remove compiler paths from about:buildconfig)
Date: Wed, 26 Feb 2020 21:34:02 +0000

Your message dated Wed, 26 Feb 2020 22:33:43 +0100
with message-id <20200226213343.bzahtg2c52btbe4e@gravity>
and subject line Done: gnu: icecat: Remove about:buildconfig store references.
has caused the debbugs.gnu.org bug report #39146,
regarding [PATCH] gnu: icecat: Remove compiler paths from about:buildconfig
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39146: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39146
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: icecat: Remove compiler paths from about:buildconfig Date: Wed, 15 Jan 2020 23:21:15 +0100
* gnu/packages/gnuzilla.scm
  (icecat)[arguments](dont-store-compiler-paths): New phase.
---
 gnu/packages/gnuzilla.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c619cd5d55..ae155e51ba 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -890,6 +890,16 @@ from forcing GEXP-PROMISE."
              (substitute* '("browser/confvars.sh")
                (("MOZ_SERVICES_SYNC=0") "MOZ_SERVICES_SYNC=1"))
              #t))
+         (add-after 'unpack 'dont-store-compiler-paths
+           (lambda _
+             ;; Remove references to the compilers used from the output. 
Reduces
+             ;; `guix size icecat' by 1 GiB on x86-64.
+             (let ((zap "Store reference removed"))
+               (substitute* "toolkit/content/buildconfig.html"
+                 (("@CC@") zap)
+                 (("@CXX@") zap)
+                 (("@RUSTC@") zap)
+                 (("@MOZ_CONFIGURE_OPTIONS@") zap)))))
          (add-after 'unpack 'apply-guix-specific-patches
            (lambda* (#:key inputs native-inputs #:allow-other-keys)
              (let ((patch (string-append (assoc-ref (or native-inputs inputs)
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Done: gnu: icecat: Remove about:buildconfig store references. Date: Wed, 26 Feb 2020 22:33:43 +0100
Pushed as 37db2370db884ceac3bc97123aaaed84377398eb, closing.

Regards,
Jakub Kądziołka

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]