[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/29: gnu: kio: Remove unused input.
From: |
Hartmut Goebel |
Subject: |
20/29: gnu: kio: Remove unused input. |
Date: |
Fri, 6 Oct 2017 08:15:10 -0400 (EDT) |
htgoebel pushed a commit to branch wip-qt-paths
in repository guix.
commit 1c0cada32991b84a68059cb37347b30461c52ac2
Author: Hartmut Goebel <address@hidden>
Date: Wed Sep 20 19:36:09 2017 +0200
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.
---
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 633c663..6c13e46 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)
- branch wip-qt-paths created (now e788290), Hartmut Goebel, 2017/10/06
- 01/29: gnu: qtbase: Use a more standard directory layout., Hartmut Goebel, 2017/10/06
- 09/29: gnu: Update prison to 5.37.0., Hartmut Goebel, 2017/10/06
- 10/29: gnu: kcoreaddons: Add native-input shared-mime-info and a comment., Hartmut Goebel, 2017/10/06
- 07/29: gnu: grantlee: Enable all tests., Hartmut Goebel, 2017/10/06
- 08/29: gnu: qtkeychain: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/06
- 06/29: gnu: kde-framworks: Fix installation directories., Hartmut Goebel, 2017/10/06
- 13/29: gnu: kdesignerplugin: Add optional inputs., Hartmut Goebel, 2017/10/06
- 14/29: gnu: phonon: Enable building the Qt Designer plugin., Hartmut Goebel, 2017/10/06
- 11/29: gnu: kconfigwidgets: Add optional native-input kdoctools., Hartmut Goebel, 2017/10/06
- 20/29: gnu: kio: Remove unused input.,
Hartmut Goebel <=
- 03/29: gnu: qwt: Adjust installation directory layout., Hartmut Goebel, 2017/10/06
- 19/29: gnu: kparts: Make tests pass again., Hartmut Goebel, 2017/10/06
- 23/29: gnu: kidletime: Enable fallback mode to X-Screensaver based poller., Hartmut Goebel, 2017/10/06
- 27/29: gnu: Add kdewebkit., Hartmut Goebel, 2017/10/06
- 28/29: gnu: ktexteditor: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
- 16/29: gnu: kfilemetadata: Enable support for PDF files and audio files., Hartmut Goebel, 2017/10/06
- 02/29: gnu: qt: Fix install paths in submodules., Hartmut Goebel, 2017/10/06
- 04/29: gnu: qtwebkit: Fix rpath for the qmlwebkit plugins., Hartmut Goebel, 2017/10/06
- 12/29: gnu: kwallet: Add optional input qgpgme., Hartmut Goebel, 2017/10/06
- 24/29: gnu: sonnet: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/06