diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-08-09 13:06:55 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-08-09 13:06:55 +0300 |
commit | c76e81a086aa66394b37d3bf36592328da09a298 (patch) | |
tree | 5438638de13f8873a8601ef46a7f0dd5bd6299e1 /overlays.nix | |
parent | 2024-08-05 (diff) |
2024-08-09
Diffstat (limited to '')
-rw-r--r-- | overlays.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays.nix b/overlays.nix index e0cbf24..5e7ce81 100644 --- a/overlays.nix +++ b/overlays.nix @@ -70,13 +70,13 @@ with packages; (prev.telegram-desktop.override (finalAttrs: { stdenv = final.useMoldLinker finalAttrs.stdenv; })).overrideAttrs - (_: super: { patches = (super.patches or [ ]) ++ [ ./patches/telegram-desktop-no-ads.patch ]; }); + (_: super: { patches = (super.patches or [ ]) ++ [ ./packages/telegram-desktop.patch ]; }); vesktop = (prev.vesktop.overrideAttrs ( _: super: { nativeBuildInputs = super.nativeBuildInputs ++ [ final.imagemagick ]; - patches = (super.patches or [ ]) ++ [ ./patches/vesktop-no-anime.patch ]; + patches = (super.patches or [ ]) ++ [ ./packages/vesktop.patch ]; postInstall = (super.postInstall or "") + '' |