guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28366] [PATCH] gnu: udisks: Add missing input.


From: Peter Mikkelsen
Subject: [bug#28366] [PATCH] gnu: udisks: Add missing input.
Date: Wed, 6 Sep 2017 13:00:46 +0200

* gnu/packages/freedesktop.scm (udisks)[inputs]: Add libcap.
---
 gnu/packages/freedesktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3c4ae3f4d..3649093ea 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -580,6 +580,7 @@ Analysis and Reporting Technology) functionality.")
      `(("acl" ,acl)
        ("libatasmart" ,libatasmart)
        ("libgudev" ,libgudev)
+       ("libcap" ,libcap)
        ("polkit" ,polkit)
        ("util-linux" ,util-linux)))
     (outputs '("out"
--
2.14.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]