kdeFrameworks: rename kdeFramework to mkDerivation
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
kdeFramework, fetchurl, lib, copyPathsToStore,
|
||||
mkDerivation, fetchurl, lib, copyPathsToStore,
|
||||
extra-cmake-modules, kdoctools,
|
||||
karchive, kconfig, kcoreaddons, ki18n
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
mkDerivation {
|
||||
name = "kpackage";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
|
||||
Reference in New Issue
Block a user