gnu: zfs: Fix build.
* gnu/packages/file-systems.scm (zfs)[inputs]: Correct "util-linux" input; add "util-linux:lib" input. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
e57b978fc0
commit
8d3184c5bc
|
@ -6,6 +6,7 @@
|
||||||
;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
|
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
|
||||||
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
|
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
|
||||||
|
;;; Copyright © 2021 raid5atemyhoemwork <raid5atemyhomework@protonmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -944,7 +945,8 @@ APFS.")
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("python-cffi" ,python-cffi)
|
("python-cffi" ,python-cffi)
|
||||||
("util-linux" ,util-linux "lib")
|
("util-linux" ,util-linux)
|
||||||
|
("util-linux:lib" ,util-linux "lib")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://zfsonlinux.org/")
|
(home-page "https://zfsonlinux.org/")
|
||||||
(synopsis "Native ZFS on Linux")
|
(synopsis "Native ZFS on Linux")
|
||||||
|
|
Reference in New Issue