kdeFrameworks: rename kdeFramework to mkDerivation
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
kdeFramework, lib,
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules,
|
||||
kbookmarks, kcompletion, kconfig, kconfigwidgets, ki18n, kiconthemes, kio,
|
||||
knewstuff, knotifications, kpackage, kwidgetsaddons, libXcursor, qtx11extras
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
mkDerivation {
|
||||
name = "frameworkintegration";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
|
||||
Reference in New Issue
Block a user