* [bug#60720] [PATCH] build-system: copy: Add substitutable keyword.
@ 2023-01-10 23:33 Jonathan Brielmaier
2023-01-19 16:37 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Brielmaier @ 2023-01-10 23:33 UTC (permalink / raw)
To: 60720; +Cc: jonathan.brielmaier
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#60720] [PATCH] build-system: copy: Add substitutable keyword.
2023-01-10 23:33 [bug#60720] [PATCH] build-system: copy: Add substitutable keyword Jonathan Brielmaier
@ 2023-01-19 16:37 ` Ludovic Courtès
2023-01-29 20:37 ` bug#60720: " Jonathan Brielmaier
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2023-01-19 16:37 UTC (permalink / raw)
To: Jonathan Brielmaier; +Cc: 60720
Hi,
Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:
> * guix/build-system/copy.scm (copy-build): Add substitutable keyword.
LGTM, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#60720: [PATCH] build-system: copy: Add substitutable keyword.
2023-01-19 16:37 ` Ludovic Courtès
@ 2023-01-29 20:37 ` Jonathan Brielmaier
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Brielmaier @ 2023-01-29 20:37 UTC (permalink / raw)
To: 60720-done; +Cc: Ludovic Courtès
Pushed as 3e8dd0df8cdb693c9b86bcf2b0b1d2239cd83311.
It does not seem to trigger rebuilds of the packages who use
`copy-build-system`.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-29 20:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 23:33 [bug#60720] [PATCH] build-system: copy: Add substitutable keyword Jonathan Brielmaier
2023-01-19 16:37 ` Ludovic Courtès
2023-01-29 20:37 ` bug#60720: " Jonathan Brielmaier
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.