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

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

bug#68363: closed ([PATCH] size: fix `guix size` with system arg.)


From: GNU bug Tracking System
Subject: bug#68363: closed ([PATCH] size: fix `guix size` with system arg.)
Date: Fri, 12 Jan 2024 16:27:02 +0000

Your message dated Fri, 12 Jan 2024 17:26:02 +0100
with message-id <87zfxaplgl.fsf@gnu.org>
and subject line Re: [bug#68363] [PATCH] size: fix `guix size` with system arg.
has caused the debbugs.gnu.org bug report #68363,
regarding [PATCH] size: fix `guix size` with system arg.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68363: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68363
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] size: fix `guix size` with system arg. Date: Wed, 10 Jan 2024 15:24:00 +0800
guix/scripts/size.scm(guix-size): parameterize %current-system.

Change-Id: Ia0c1ebff4397aa211f73360925f7c688d59b515a
---
 guix/scripts/size.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/size.scm b/guix/scripts/size.scm
index d26ed98388..8a8676a16f 100644
--- a/guix/scripts/size.scm
+++ b/guix/scripts/size.scm
@@ -317,7 +317,8 @@ (define-command (guix-size . args)
           ;; Turn off grafts because (1) substitute servers do not serve 
grafted
           ;; packages, and (2) they do not make any difference on the
           ;; resulting size.
-          (parameterize ((%graft? #f))
+          (parameterize ((%graft? #f)
+                         (%current-system system))
             (with-store store
               (set-build-options store
                                  #:use-substitutes? #t

base-commit: 9018c6af4907c4532a95017df9f45d9439c30064
prerequisite-patch-id: 04bf8c9efad61111b0e3334c0a5a12d2b468c385
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#68363] [PATCH] size: fix `guix size` with system arg. Date: Fri, 12 Jan 2024 17:26:02 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
> guix/scripts/size.scm(guix-size): parameterize %current-system.

Seems to work fine!

Applied, thanks,

Mathieu


--- End Message ---

reply via email to

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