kdePackages.ksystemstats: cmakeFlags -> extraCmakeFlags

Just for consistency.
This commit is contained in:
K900
2025-04-17 14:37:38 +03:00
parent 74a25d1e74
commit 5db112e82f

View File

@@ -16,7 +16,7 @@ mkKdeDerivation {
libnl
];
cmakeFlags = [
extraCmakeFlags = [
"-DSYSTEMSTATS_DBUS_INTERFACE=${libksysguard}/share/dbus-1/interfaces/org.kde.ksystemstats1.xml"
];
}