webcord-vencord: override pname argument

This commit is contained in:
huantian
2023-09-11 15:48:48 -07:00
parent fc1239edf1
commit e1daf722d2
@@ -5,6 +5,8 @@
}:
webcord.overrideAttrs (old: {
pname = "webcord-vencord";
patches = (old.patches or [ ]) ++ [
(substituteAll {
src = ./add-extension.patch;