diff options
| author | Yelninei <yelninei@tutamail.com> | 2026-03-15 14:46:55 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 15:32:45 +0100 |
| commit | f11d3723198e16a787cb183ef8a523aee284e8e0 (patch) | |
| tree | 69db7299d74d0bdd1cd105428af499c51fad5e90 /gnu/packages | |
| parent | c45aae1496ec2fe0b3ebd6fac6aea7aca0ab337b (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/packages')
| -rw-r--r-- | gnu/packages/file-systems.scm | 4 |
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.") "@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 |
