KDE/Patches: don't garbage collect the <package>-patched packages

This commit is contained in:
Toast 2025-09-26 18:43:27 +02:00
parent 57125b4bf8
commit 86fe2646d1

View file

@ -38,4 +38,7 @@ in {
newDependency = pkgs.kdePackages."${package}-patched";
}
);
system.extraDependencies = lib.lists.forEach programsToPatch (
package: pkgs.kdePackages."${package}-patched"
);
}