Skip to content

Commit

Permalink
Merge pull request NixOS#79212 from primeos/cleanup
Browse files Browse the repository at this point in the history
dmenu2, tdesktopPackages: Remove the deprecation messages
  • Loading branch information
primeos authored Feb 4, 2020
2 parents 0285cbc + 0d1eeb7 commit 0de211d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18615,12 +18615,6 @@ in

dmenu = callPackage ../applications/misc/dmenu { };

# TODO (@primeos): Remove after the 19.09 branch-off:
dmenu2 = throw ''
The fork "dmenu2" is not maintained by upstream anymore. Please use the
original "dmenu" instead.
'';

dmensamenu = callPackage ../applications/misc/dmensamenu {
inherit (python3Packages) buildPythonApplication requests;
};
Expand Down Expand Up @@ -21663,13 +21657,6 @@ in

taskopen = callPackage ../applications/misc/taskopen { };

# TODO (@primeos): Remove after the 19.09 branch-off:
tdesktopPackages = throw ''
The attributes "tdesktopPackages.*" where removed as the preview version
will not be maintained anymore (there are regular stable releases and we
depend on the patches from Arch Linux which only track the stable version
as well). Please switch to "tdesktop" (stable version).
'';
tdesktop = qt5.callPackage ../applications/networking/instant-messengers/telegram/tdesktop { };

telepathy-gabble = callPackage ../applications/networking/instant-messengers/telepathy/gabble { };
Expand Down

0 comments on commit 0de211d

Please sign in to comment.