diff options
Diffstat (limited to 'gnu/packages/file-systems.scm')
-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 1295cbb0b3..0d2359761a 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -662,7 +662,8 @@ from a mounted file system.") (list valgrind) '()))) (inputs - (list eudev + (list bash-minimal + eudev keyutils libaio libscrypt @@ -1416,6 +1417,7 @@ xfstest's \"~a\" command (with any OPTIONs) as documented below.\n\n" (inputs (list acl attr + bash-minimal bc guile-3.0 ; for our xfstests-check helper script inetutils |