GNU bug report logs - #60720
[PATCH] build-system: copy: Add substitutable keyword.

Previous Next

Package: guix-patches;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Tue, 10 Jan 2023 23:34:02 UTC

Severity: normal

Tags: patch

Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60720 in the body.
You can then email your comments to 60720 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60720; Package guix-patches. (Tue, 10 Jan 2023 23:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 10 Jan 2023 23:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: guix-patches <at> gnu.org
Cc: jonathan.brielmaier <at> web.de
Subject: [PATCH] build-system: copy: Add substitutable keyword.
Date: Wed, 11 Jan 2023 00:33:30 +0100
* guix/build-system/copy.scm (copy-build): Add substitutable keyword.
---
 guix/build-system/copy.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guix/build-system/copy.scm b/guix/build-system/copy.scm
index 4894ba46fb..c98b266561 100644
--- a/guix/build-system/copy.scm
+++ b/guix/build-system/copy.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2019 Julien Lepiller <julien <at> lepiller.eu>
 ;;; Copyright © 2020 Pierre Neidhardt <mail <at> ambrevar.xyz>
 ;;; Copyright © 2021 Ludovic Courtès <ludo <at> gnu.org>
+;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -94,6 +95,7 @@ (define* (copy-build name inputs
                                  %standard-phases))
                      (system (%current-system))
                      (target #f)
+                     (substitutable? #t)
                      (imported-modules %copy-build-system-modules)
                      (modules '((guix build copy-build-system)
                                 (guix build utils))))
@@ -129,6 +131,7 @@ (define builder
     (gexp->derivation name builder
                       #:system system
                       #:target #f
+                      #:substitutable? substitutable?
                       #:guile-for-build guile)))

 (define copy-build-system
--
2.38.1





Information forwarded to guix-patches <at> gnu.org:
bug#60720; Package guix-patches. (Thu, 19 Jan 2023 16:38:02 GMT) Full text and rfc822 format available.

Message #8 received at 60720 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 60720 <at> debbugs.gnu.org
Subject: Re: bug#60720: [PATCH] build-system: copy: Add substitutable keyword.
Date: Thu, 19 Jan 2023 17:37:27 +0100
Hi,

Jonathan Brielmaier <jonathan.brielmaier <at> web.de> skribis:

> * guix/build-system/copy.scm (copy-build): Add substitutable keyword.

LGTM, thanks!

Ludo’.




Reply sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
You have taken responsibility. (Sun, 29 Jan 2023 20:38:02 GMT) Full text and rfc822 format available.

Notification sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
bug acknowledged by developer. (Sun, 29 Jan 2023 20:38:02 GMT) Full text and rfc822 format available.

Message #13 received at 60720-done <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 60720-done <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: bug#60720: [PATCH] build-system: copy: Add substitutable keyword.
Date: Sun, 29 Jan 2023 21:37:16 +0100
Pushed as 3e8dd0df8cdb693c9b86bcf2b0b1d2239cd83311.

It does not seem to trigger rebuilds of the packages who use
`copy-build-system`.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Feb 2023 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.