diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-05-08 18:19:55 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-09 23:31:27 +0300 |
commit | ed7f4d33b82c7ab3598f0b568a8be35122d4dd62 (patch) | |
tree | 2ac3ab26e7308f6b7a6f200dec1569582c63afdc /gnu/packages/file-systems.scm | |
parent | 6c25b00dcfb91f6839ecdecf2f570a18fb4a2727 (diff) |
gnu: zfs: Add missing input.
Reported by ecbrown on IRC.
* gnu/packages/file-systems.scm (zfs)[native-inputs]: Add kmod.
Diffstat (limited to 'gnu/packages/file-systems.scm')
-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 <boskovits@gmail.com> ;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2018 Leo Famulari <leo@famulari.name> -;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; 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) |