[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/285: build-system: linux-module: Add substitutable keyword.
From: |
guix-commits |
Subject: |
162/285: build-system: linux-module: Add substitutable keyword. |
Date: |
Sun, 29 Dec 2019 20:44:21 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit d8f73095e7b72a9d030477dc55f14b9f49b7605b
Author: Efraim Flashner <address@hidden>
Date: Thu Dec 26 10:02:56 2019 +0200
build-system: linux-module: Add substitutable keyword.
* guix/build-system/linux-module.scm (linux-module-build) Add
substitutable keyword.
---
guix/build-system/linux-module.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/guix/build-system/linux-module.scm
b/guix/build-system/linux-module.scm
index 6084d22..ba76ab8 100644
--- a/guix/build-system/linux-module.scm
+++ b/guix/build-system/linux-module.scm
@@ -126,6 +126,7 @@
(outputs '("out"))
(system (%current-system))
(guile #f)
+ (substitutable? #t)
(imported-modules
%linux-module-build-system-modules)
(modules '((guix build linux-module-build-system)
@@ -164,7 +165,8 @@
#:inputs inputs
#:modules imported-modules
#:outputs outputs
- #:guile-for-build guile-for-build))
+ #:guile-for-build guile-for-build
+ #:substitutable? substitutable?))
(define linux-module-build-system
(build-system
- 170/285: gnu: python-pyserial: Update to 3.4., (continued)
- 170/285: gnu: python-pyserial: Update to 3.4., guix-commits, 2019/12/29
- 164/285: gnu: artanis: Update to 0.4.1., guix-commits, 2019/12/29
- 174/285: gnu: gdal: Update to 3.0.2., guix-commits, 2019/12/29
- 186/285: gnu: Add juk., guix-commits, 2019/12/29
- 187/285: gnu: Add k3b., guix-commits, 2019/12/29
- 205/285: gnu: guix-data-service: Update to 0.0.1-12.f56935a., guix-commits, 2019/12/29
- 212/285: gnu: r-slam: Update to 0.1-47., guix-commits, 2019/12/29
- 208/285: gnu: r-delayedarray: Update to 0.12.1., guix-commits, 2019/12/29
- 211/285: gnu: r-bibtex: Update to 0.4.2.1., guix-commits, 2019/12/29
- 213/285: gnu: r-foreign: Update to 0.8-74., guix-commits, 2019/12/29
- 162/285: build-system: linux-module: Add substitutable keyword.,
guix-commits <=
- 161/285: gnu: python-funcparserlib: Fix typo., guix-commits, 2019/12/29
- 168/285: gnu: axoloti-patcher-next: Remove commented expression., guix-commits, 2019/12/29
- 169/285: gnu: Remove squashfs-tools-next., guix-commits, 2019/12/29
- 176/285: gnu: libspatialindex: Update to 1.9.3., guix-commits, 2019/12/29
- 190/285: gnu: Add kmix., guix-commits, 2019/12/29
- 192/285: gnu: Add kwave., guix-commits, 2019/12/29
- 203/285: git-authenticate: Keep a local cache of previously-authenticated commits., guix-commits, 2019/12/29
- 155/285: gnu: nethack: Update to 3.6.4., guix-commits, 2019/12/29
- 163/285: gnu: Add zfs., guix-commits, 2019/12/29
- 160/285: gnu: python-pathos: Run test suite., guix-commits, 2019/12/29