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

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

bug#60720: closed ([PATCH] build-system: copy: Add substitutable keyword


From: GNU bug Tracking System
Subject: bug#60720: closed ([PATCH] build-system: copy: Add substitutable keyword.)
Date: Sun, 29 Jan 2023 20:38:02 +0000

Your message dated Sun, 29 Jan 2023 21:37:16 +0100
with message-id <e0dfb50f-42d6-4554-8d50-c901f7293296@web.de>
and subject line Re: bug#60720: [PATCH] build-system: copy: Add substitutable 
keyword.
has caused the debbugs.gnu.org bug report #60720,
regarding [PATCH] build-system: copy: Add substitutable keyword.
to be marked as done.

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


-- 
60720: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60720
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@lepiller.eu>
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2021 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#60720: [PATCH] build-system: copy: Add substitutable keyword. Date: Sun, 29 Jan 2023 21:37:16 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0
Pushed as 3e8dd0df8cdb693c9b86bcf2b0b1d2239cd83311.

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


--- End Message ---

reply via email to

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