kdeFrameworks: rename kdeFramework to mkDerivation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ kdeFramework, lib
|
||||
{ mkDerivation, lib
|
||||
, extra-cmake-modules
|
||||
, kcodecs, kconfig, kcoreaddons, kwindowsystem
|
||||
, libdbusmenu
|
||||
@@ -6,7 +6,7 @@
|
||||
, qttools, qtx11extras
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
mkDerivation {
|
||||
name = "knotifications";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules qttools ];
|
||||
|
||||
Reference in New Issue
Block a user