update
This commit is contained in:
parent
22cca89c4a
commit
c51f030d0a
2 changed files with 141 additions and 49 deletions
|
@ -41,9 +41,11 @@
|
|||
maildir-notify-daemon = inputs.maildir-notify-daemon.packages.${prev.system}.default;
|
||||
wl-crosshair = inputs.wl-crosshair.packages.${prev.system}.default;
|
||||
|
||||
webcord = prev.webcord.overrideAttrs (old: {
|
||||
webcord = (prev.webcord.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [ ../patches/webcord/fix-reading-config.patch ];
|
||||
});
|
||||
})).override {
|
||||
electron_24 = final.electron_25;
|
||||
};
|
||||
});
|
||||
|
||||
patches = (final: prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue