Merge branch 'kde-frameworks-qt55'

This commit is contained in:
Thomas Tuegel 2016-07-28 19:14:37 -05:00
commit 173d668456
126 changed files with 366 additions and 151 deletions

View file

@ -1,14 +1,7 @@
{ kdeApp
, lib
, makeQtWrapper
, extra-cmake-modules
, gmp
, kdoctools
, kconfig
, kconfigwidgets
, kguiaddons
, kinit
, knotifications
{
kdeApp, lib, makeQtWrapper, kdoctools,
extra-cmake-modules, kconfig, kconfigwidgets, kguiaddons, kinit,
knotifications, gmp
}:
kdeApp {
@ -17,11 +10,7 @@ kdeApp {
license = with lib.licenses; [ gpl2 ];
maintainers = [ lib.maintainers.fridh ];
};
nativeBuildInputs = [
extra-cmake-modules
kdoctools
makeQtWrapper
];
nativeBuildInputs = [ extra-cmake-modules kdoctools makeQtWrapper ];
propagatedBuildInputs = [
gmp kconfig kconfigwidgets kguiaddons kinit knotifications
];

Some files were not shown because too many files have changed in this diff Show more