diff options
Diffstat (limited to 'gnu')
| -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.") | |||
| 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 |
