flare: update patches and upstream source
This commit is contained in:
@@ -86,18 +86,24 @@
|
||||
|
||||
signal-desktop
|
||||
|
||||
# alternative GTK signal client; carries five local feature patches
|
||||
# under patches/flare/ on top of upstream 0.20.4 (typing indicators,
|
||||
# formatted messages, edited messages, multi-select with delete-for-me,
|
||||
# and in-channel message search).
|
||||
# alternative GTK signal client; carries local feature patches under
|
||||
# patches/flare/ on top of upstream master (typing indicators, edited
|
||||
# messages, multi-select with delete-for-me, in-channel message search,
|
||||
# the deleted-message placeholder, and the not-yet-merged init_channels
|
||||
# cache-miss fix).
|
||||
(pkgs.flare-signal.overrideAttrs (old: {
|
||||
src = inputs.flare-upstream;
|
||||
cargoDeps = pkgs.rustPlatform.importCargoLock {
|
||||
lockFile = "${inputs.flare-upstream}/Cargo.lock";
|
||||
allowBuiltinFetchGit = true;
|
||||
};
|
||||
patches = (old.patches or [ ]) ++ [
|
||||
../../patches/flare/0001-feat-typing-Implement-typing-indicators.patch
|
||||
../../patches/flare/0002-feat-messages-Implement-formatted-messages.patch
|
||||
../../patches/flare/0003-feat-messages-Implement-edited-messages.patch
|
||||
../../patches/flare/0004-feat-messages-Multi-select-messages-and-delete-for-m.patch
|
||||
../../patches/flare/0005-feat-messages-In-channel-message-search.patch
|
||||
../../patches/flare/0006-feat-messages-Show-This-message-was-deleted.-placeho.patch
|
||||
../../patches/flare/0002-feat-messages-Implement-edited-messages.patch
|
||||
../../patches/flare/0003-feat-messages-Multi-select-messages-and-delete-for-m.patch
|
||||
../../patches/flare/0004-feat-messages-In-channel-message-search.patch
|
||||
../../patches/flare/0005-feat-messages-Show-This-message-was-deleted.-placeho.patch
|
||||
../../patches/flare/0006-fix-backend-Refresh-cached-channels-on-init_channels.patch
|
||||
];
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user