[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 14/23] gnu: kio: Remove unused input.
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 14/23] gnu: kio: Remove unused input. |
Date: |
Fri, 6 Oct 2017 14:16:27 +0200 |
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.
---
gnu/packages/kde-frameworks.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 633c6630e..6c13e4647 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2420,7 +2420,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)
--
2.13.5
[bug#28720] [PATCH 09/23] gnu: kdnssd: Enable service discovery on local network via avahi., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 13/23] gnu: kparts: Make tests pass again., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 14/23] gnu: kio: Remove unused input.,
Hartmut Goebel <=
[bug#28720] [PATCH 16/23] gnu: kio: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 22/23] gnu: ktexteditor: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 21/23] gnu: Add kdewebkit., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 23/23] gnu: kdoctools: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 15/23] gnu: kio: Adopt a patch from Nix., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 17/23] gnu: kidletime: Enable fallback mode to X-Screensaver based poller., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 20/23] gnu: kdeclarative: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/06