diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-09-20 19:36:09 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2017-10-13 13:53:47 +0200 |
commit | 3d7bb7b304b2758dc160e0b7a9f9db1400183091 (patch) | |
tree | 139c4c281e3e6c6a2f85463d52c9f780dbd765e3 | |
parent | 1ee4fb14f2bbeaee3025a1d6c07926ceda2d47fc (diff) | |
download | gnu-guix-3d7bb7b304b2758dc160e0b7a9f9db1400183091.tar gnu-guix-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.
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 2 |
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) |