[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 13/23] gnu: kparts: Make tests pass again.
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 13/23] gnu: kparts: Make tests pass again. |
Date: |
Fri, 6 Oct 2017 14:16:26 +0200 |
* gnu/packages/kde-frameworks.scm (kparts)[native-inputs]: Add
shared-mime-info.
---
gnu/packages/kde-frameworks.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 2a238b091..633c6630e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2585,7 +2585,9 @@ notifications which can be embedded in your application.")
("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui)))
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("shared-mime-info" ,shared-mime-info)
+ ))
(inputs
`(("kauth" ,kauth)
("kbookmarks" ,kbookmarks)
--
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 <=
[bug#28720] [PATCH 14/23] gnu: kio: Remove unused input., Hartmut Goebel, 2017/10/06
[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