kdeFrameworks: rename kdeFramework to mkDerivation
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ kdeFramework, lib, fetchurl, extra-cmake-modules, kactivities, karchive
|
||||
{ mkDerivation, lib, fetchurl, extra-cmake-modules, kactivities, karchive
|
||||
, kconfig, kconfigwidgets, kcoreaddons, kdbusaddons, kdeclarative
|
||||
, kdoctools, kglobalaccel, kguiaddons, ki18n, kiconthemes, kio
|
||||
, knotifications, kpackage, kservice, kwayland, kwindowsystem, kxmlgui
|
||||
, qtscript, qtx11extras
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
mkDerivation {
|
||||
name = "plasma-framework";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
|
||||
Reference in New Issue
Block a user