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.
This commit is contained in:
parent
1ee4fb14f2
commit
3d7bb7b304
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue