mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
c45aae1496
commit
f11d372319
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user