mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
kdePackages.ksystemstats: cmakeFlags -> extraCmakeFlags
Just for consistency.
This commit is contained in:
@@ -16,7 +16,7 @@ mkKdeDerivation {
|
||||
libnl
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
extraCmakeFlags = [
|
||||
"-DSYSTEMSTATS_DBUS_INTERFACE=${libksysguard}/share/dbus-1/interfaces/org.kde.ksystemstats1.xml"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user