summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2026-03-15 14:46:55 +0000
committerLudovic Courtès <ludo@gnu.org>2026-03-19 15:32:45 +0100
commitf11d3723198e16a787cb183ef8a523aee284e8e0 (patch)
tree69db7299d74d0bdd1cd105428af499c51fad5e90 /gnu
parentc45aae1496ec2fe0b3ebd6fac6aea7aca0ab337b (diff)
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 <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/file-systems.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index fcff55eba6c..fc8693319f7 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1497,7 +1497,9 @@ APFS.")
1497 "@libdir@")))))))) 1497 "@libdir@"))))))))
1498 (home-page "https://snapper.io") 1498 (home-page "https://snapper.io")
1499 (native-inputs 1499 (native-inputs
1500 (list glibc-locales autoconf automake libtool pkg-config)) 1500 (list
1501 (libc-locales-for-target (%current-system))
1502 autoconf automake libtool pkg-config))
1501 (inputs 1503 (inputs
1502 (list btrfs-progs 1504 (list btrfs-progs
1503 e2fsprogs 1505 e2fsprogs