KDE/Patches: don't garbage collect the <package>-patched packages
This commit is contained in:
parent
57125b4bf8
commit
86fe2646d1
1 changed files with 3 additions and 0 deletions
|
|
@ -38,4 +38,7 @@ in {
|
||||||
newDependency = pkgs.kdePackages."${package}-patched";
|
newDependency = pkgs.kdePackages."${package}-patched";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
system.extraDependencies = lib.lists.forEach programsToPatch (
|
||||||
|
package: pkgs.kdePackages."${package}-patched"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue