kdeApplications: 16.12.3 -> 17.04.0

This commit is contained in:
Jos van den Oever
2017-04-24 18:03:13 +02:00
parent 34f492d7d8
commit 10d329a6d2
5 changed files with 1186 additions and 1174 deletions
+5 -4
View File
@@ -1,7 +1,8 @@
{
kdeApp, lib, kdeWrapper,
cmake, automoc4,
kdelibs, perl, python, php
extra-cmake-modules, kdoctools,
kio, ki18n,
perl, python, php
}:
kdeWrapper {
@@ -11,8 +12,8 @@ kdeWrapper {
license = with lib.licenses; [ gpl2 ];
maintainers = with lib.maintainers; [ orivej ];
};
nativeBuildInputs = [ cmake automoc4 ];
buildInputs = [ kdelibs perl python php ];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ perl python php kio ki18n ];
enableParallelBuilding = true;
};