kid3-{cli-kde-qt}: move to by-name to reduce evaluation overhead

This commit is contained in:
Guy Chronister
2025-08-05 14:42:28 +00:00
parent 22ae0b20d0
commit 9afb2f3244
4 changed files with 27 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
{
kid3,
}:
kid3.override {
withCLI = true;
withKDE = false;
withQt = false;
}
+9
View File
@@ -0,0 +1,9 @@
{
kid3,
}:
kid3.override {
withCLI = true;
withKDE = true;
withQt = false;
}
+9
View File
@@ -0,0 +1,9 @@
{
kid3,
}:
kid3.override {
withCLI = true;
withKDE = false;
withQt = true;
}
-16
View File
@@ -12603,22 +12603,6 @@ with pkgs;
kexi = libsForQt5.callPackage ../applications/office/kexi { };
kid3-cli = kid3.override {
withCLI = true;
withKDE = false;
withQt = false;
};
kid3-kde = kid3.override {
withCLI = true;
withKDE = true;
withQt = false;
};
kid3-qt = kid3.override {
withCLI = true;
withKDE = false;
withQt = true;
};
kiwix = libsForQt5.callPackage ../applications/misc/kiwix { };
kiwix-tools = callPackage ../applications/misc/kiwix/tools.nix { };