fix: rename patched electron packages

This commit is contained in:
2026-02-13 11:46:39 +08:00
parent e4087c9da8
commit 2f6c5feda7
4 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ in
desktop,
}:
{
${pkg} = final.symlinkJoin {
"${pkg}-wayland" = final.symlinkJoin {
pname = prev.${pkg}.pname;
version = prev.${pkg}.version;
paths = [ prev.${pkg} ];