[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: zfs: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: zfs: Fix build. |
Date: |
Thu, 07 Jan 2021 03:23:07 -0500 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8d3184c gnu: zfs: Fix build.
8d3184c is described below
commit 8d3184c5bcf1a590f59a701f0484ab5cec673188
Author: raid5atemyhomework <raid5atemyhomework@protonmail.com>
AuthorDate: Tue Jan 5 20:00:50 2021 +0800
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>
---
gnu/packages/file-systems.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 895ad06..2c5ad95 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -6,6 +6,7 @@
;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
+;;; Copyright © 2021 raid5atemyhoemwork <raid5atemyhomework@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -944,7 +945,8 @@ APFS.")
("openssl" ,openssl)
("python" ,python)
("python-cffi" ,python-cffi)
- ("util-linux" ,util-linux "lib")
+ ("util-linux" ,util-linux)
+ ("util-linux:lib" ,util-linux "lib")
("zlib" ,zlib)))
(home-page "https://zfsonlinux.org/")
(synopsis "Native ZFS on Linux")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: zfs: Fix build.,
guix-commits <=