kdeFrameworks: rename kdeFramework to mkDerivation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ kdeFramework, lib, copyPathsToStore, cmake, pkgconfig }:
|
||||
{ mkDerivation, lib, copyPathsToStore, cmake, pkgconfig }:
|
||||
|
||||
kdeFramework {
|
||||
mkDerivation {
|
||||
name = "extra-cmake-modules";
|
||||
|
||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||
|
||||
Reference in New Issue
Block a user