summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2017-09-20 19:36:09 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2017-10-13 13:53:47 +0200
commit3d7bb7b304b2758dc160e0b7a9f9db1400183091 (patch)
tree139c4c281e3e6c6a2f85463d52c9f780dbd765e3 /gnu/packages/kde-frameworks.scm
parent1ee4fb14f2bbeaee3025a1d6c07926ceda2d47fc (diff)
downloadpatches-3d7bb7b304b2758dc160e0b7a9f9db1400183091.tar
patches-3d7bb7b304b2758dc160e0b7a9f9db1400183091.tar.gz
gnu: kio: Remove unused input.
This "acl" is not the "libacl" kio wants, but that libacl is not yet available. Added a commend instead. * gnu/packages/kde-frameworks.scm (kio)[inputs]: Remove acl.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 273c1c3aea..4a13329ae9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2421,7 +2421,7 @@ makes starting KDE applications faster and reduces memory consumption.")
`(("dbus" ,dbus)
("extra-cmake-modules" ,extra-cmake-modules)))
(inputs
- `(("acl" ,acl)
+ `(;; TODO: LibACL , <ftp://oss.sgi.com/projects/xfs/cmd_tars>
("krb5" ,mit-krb5)
("karchive" ,karchive)
("kauth" ,kauth)