[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: refresh: Import %final-inputs from (gnu packages base).
From: |
guix-commits |
Subject: |
03/07: refresh: Import %final-inputs from (gnu packages base). |
Date: |
Tue, 20 Feb 2024 22:38:44 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 3d457dc5b1fa94f32d0fd0137b4926dbf0cc1bb0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 1 23:50:49 2024 -0500
refresh: Import %final-inputs from (gnu packages base).
* guix/scripts/refresh.scm: Import %final-inputs from (gnu packages base).
Change-Id: Ida99a88fd3305a7971ab7951a15ee5ffde5ddb56
---
guix/scripts/refresh.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm
index d858ed07cb..ec7d38c22a 100644
--- a/guix/scripts/refresh.scm
+++ b/guix/scripts/refresh.scm
@@ -43,7 +43,7 @@
#:use-module (guix gnupg)
#:use-module (guix hash)
#:use-module (gnu packages)
- #:use-module ((gnu packages commencement) #:select (%final-inputs))
+ #:use-module ((gnu packages base) #:select (%final-inputs))
#:use-module (ice-9 match)
#:use-module (ice-9 format)
#:use-module (ice-9 regex)
- branch core-updates updated (05e99036dc -> f5a867765b), guix-commits, 2024/02/20
- 02/07: gnu: commencement: Do not export unused make-gcc-toolchain., guix-commits, 2024/02/20
- 01/07: gnu: base: Add cautionary comments for canonical-package, %final-inputs usage., guix-commits, 2024/02/20
- 03/07: refresh: Import %final-inputs from (gnu packages base).,
guix-commits <=
- 04/07: gnu: eudev: Update to 3.2.14., guix-commits, 2024/02/20
- 05/07: gnu: shepherd: Update alias to shepherd-0.10., guix-commits, 2024/02/20
- 07/07: gnu: elogind: Reinstate test-user-util test., guix-commits, 2024/02/20
- 06/07: gnu: mold: Update to 2.4.0., guix-commits, 2024/02/20