[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: ui: Autoload some more.
From: |
guix-commits |
Subject: |
01/09: ui: Autoload some more. |
Date: |
Sun, 31 Mar 2024 17:05:15 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 7bc1f7be62a061a9d9333386a65725ace2323659
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Mar 30 15:57:55 2024 +0100
ui: Autoload some more.
* guix/ui.scm: Autoload a number of modules.
Change-Id: I22d4f719dae73594499522ce6dc8464948f564ec
---
guix/ui.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/guix/ui.scm b/guix/ui.scm
index 962d291d2e..34ff210930 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -47,13 +47,15 @@
#:use-module (guix packages)
#:use-module (guix profiles)
#:use-module (guix derivations)
- #:use-module (guix build-system)
+ #:autoload (guix build-system) (build-system-name)
#:use-module (guix serialization)
- #:use-module ((guix licenses)
- #:select (license? license-name license-uri))
- #:use-module ((guix build syscalls)
- #:select (free-disk-space terminal-columns terminal-rows
- with-file-lock/no-wait))
+ #:autoload (guix licenses) (license?
+ license-name
+ license-uri)
+ #:autoload (guix build syscalls) (free-disk-space
+ terminal-columns
+ terminal-rows
+ with-file-lock/no-wait)
#:use-module ((guix build utils)
;; XXX: All we need are the bindings related to
;; '&invoke-error'. However, to work around the bug described
- branch master updated (4d79a9cd6b -> 16c7130835), guix-commits, 2024/03/31
- 03/09: bootloader: Add u-boot-qemu-riscv64-bootloader., guix-commits, 2024/03/31
- 04/09: vm: use #$ for kernel-arguments., guix-commits, 2024/03/31
- 05/09: vm: When target riscv64-linux, use u-boot-qemu-riscv64-bootloader., guix-commits, 2024/03/31
- 02/09: gnu: shepherd: Update to 0.10.4., guix-commits, 2024/03/31
- 07/09: linux-initrd: don't add hid-apple module for riscv64-linux., guix-commits, 2024/03/31
- 01/09: ui: Autoload some more.,
guix-commits <=
- 06/09: gnu: linux-libre-riscv64-generic: add more options., guix-commits, 2024/03/31
- 08/09: vm: add arguments to use virt machine type for qemu-riscv64., guix-commits, 2024/03/31
- 09/09: vm: If not the same local architecture, don't enable kvm., guix-commits, 2024/03/31