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,13 +1,12 @@
{
kdeFramework, lib, copyPathsToStore,
mkDerivation, lib, copyPathsToStore,
extra-cmake-modules, kdoctools,
kconfig, kcrash, ki18n, kio, kparts, kservice, kwindowsystem, plasma-framework
}:
let
inherit (lib) getLib;
in
kdeFramework {
let inherit (lib) getLib; in
mkDerivation {
name = "kinit";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools ];