guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f11d3723198e16a787cb183ef8a523aee284e8e0
Author: Yelninei <[email protected]>
AuthorDate: Sun Mar 15 14:46:55 2026 +0000
gnu: snapper: Use libc-locales-for-target.
* gnu/packages/file-systems.scm (snapper)[native-inputs]: Replace
glibc-locales with libc-locales-for-target.
Change-Id: I9f0a4225de1431755cf93480391a5a49326a190f
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/file-systems.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index fcff55eba6..fc8693319f 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1497,7 +1497,9 @@ APFS.")
"@libdir@"))))))))
(home-page "https://snapper.io")
(native-inputs
- (list glibc-locales autoconf automake libtool pkg-config))
+ (list
+ (libc-locales-for-target (%current-system))
+ autoconf automake libtool pkg-config))
(inputs
(list btrfs-progs
e2fsprogs