diff options
-rw-r--r-- | gnu/packages/file-systems.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 281cdc78a9..1ecc416740 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2017 Gábor Boskovits <[email protected]> ;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]> ;;; Copyright © 2018 Leo Famulari <[email protected]> -;;; Copyright © 2019 Efraim Flashner <[email protected]> +;;; Copyright © 2019, 2020 Efraim Flashner <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -581,6 +581,7 @@ APFS.") #t)))))) (native-inputs `(("attr" ,attr) + ("kmod" ,kmod) ("pkg-config" ,pkg-config))) (inputs `(("eudev" ,eudev) |