summaryrefslogtreecommitdiff
path: root/modules/common/common/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/common/nix/default.nix')
-rw-r--r--modules/common/common/nix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/common/common/nix/default.nix b/modules/common/common/nix/default.nix
index dc99434..bbb06d0 100644
--- a/modules/common/common/nix/default.nix
+++ b/modules/common/common/nix/default.nix
@@ -115,8 +115,8 @@ with lib; {
patches = final.patches ++ [./patches/alejandra-no-ads.patch];
});
- tdesktop = super.tdesktop.overrideAttrs (_: final: {
- patches = final.patches ++ [./patches/tdesktop-no-ads.patch];
+ telegram-desktop = super.telegram-desktop.overrideAttrs (_: final: {
+ patches = final.patches ++ [./patches/telegram-desktop-no-ads.patch];
});
inherit (pkgsPr 245433 "sha256-FF1WW0+/pJ15+mPVjv0bkrh0dpHfQU08HNat2gu1PQk=") openmw;