[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59003] [PATCH v2 4/6] installer: Use 'current-guix' for extensions.
From: |
Ludovic Courtès |
Subject: |
[bug#59003] [PATCH v2 4/6] installer: Use 'current-guix' for extensions. |
Date: |
Wed, 9 Nov 2022 22:56:35 +0100 |
This lets us use the latest (gnu build linux-modules) for instance.
Note that items listed in 'with-extensions' come first in the load path,
before the directory containing the modules in 'with-imported-modules'.
* gnu/installer.scm (installer-program): Use (current-guix) instead of
'guix' in 'with-extensions'.
---
gnu/installer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer.scm b/gnu/installer.scm
index 5cd1af8edf..df7625e05c 100644
--- a/gnu/installer.scm
+++ b/gnu/installer.scm
@@ -358,7 +358,7 @@ (define installer-builder
(with-extensions (list guile-gcrypt guile-newt
guile-parted guile-bytestructures
guile-json-3 guile-git guile-webutils
- guix gnutls)
+ (current-guix) gnutls)
(with-imported-modules `(,@(source-module-closure
`(,@modules
(gnu services herd)
--
2.38.0
- [bug#59003] [PATCH 1/7] installer: Warn about hardware support after the welcome page., (continued)
- [bug#59003] [PATCH v2 1/6] installer: Warn about hardware support after the welcome page., Ludovic Courtès, 2022/11/09
- [bug#59003] [PATCH v2 5/6] installer: Error page width is parameterized., Ludovic Courtès, 2022/11/09
- [bug#59003] [PATCH v2 2/6] linux-modules: Add support for listing PCI devices., Ludovic Courtès, 2022/11/09
- [bug#59003] [PATCH v2 4/6] installer: Use 'current-guix' for extensions.,
Ludovic Courtès <=
- [bug#59003] [PATCH v2 3/6] linux-modules: Add 'load-pci-device-database'., Ludovic Courtès, 2022/11/09