From 3e8dd0df8cdb693c9b86bcf2b0b1d2239cd83311 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Wed, 11 Jan 2023 00:31:08 +0100 Subject: build-system: copy: Add substitutable keyword. * guix/build-system/copy.scm (copy-build): Add substitutable keyword. --- guix/build-system/copy.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guix/build-system') 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 ;;; Copyright © 2020 Pierre Neidhardt ;;; Copyright © 2021 Ludovic Courtès +;;; Copyright © 2023 Jonathan Brielmaier ;;; ;;; This file is part of GNU Guix. ;;; @@ -94,6 +95,7 @@ %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 @@ (gexp->derivation name builder #:system system #:target #f + #:substitutable? substitutable? #:guile-for-build guile))) (define copy-build-system -- cgit v1.2.3