kdeFrameworks: rename kdeFramework to mkDerivation

This commit is contained in:
Thomas Tuegel
2017-05-15 12:05:35 -05:00
parent eaa644a5af
commit 945758f960
74 changed files with 275 additions and 240 deletions

View File

@@ -1,9 +1,9 @@
{
kdeFramework, lib, extra-cmake-modules,
mkDerivation, lib, extra-cmake-modules,
kauth, kcodecs, kconfig, kdoctools, kguiaddons, ki18n, kwidgetsaddons
}:
kdeFramework {
mkDerivation {
name = "kconfigwidgets";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ];