aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-08 08:51:04 -0300
committerEuAndreh <eu@euandre.org>2021-06-08 08:51:04 -0300
commitd183386031853c71fd886fa138591f780e423bd5 (patch)
treefc31dd155cba4175ee9efb03e10aa737084f5853
parentconfiguration.nix: Add chromium package (diff)
downloaddotfiles-d183386031853c71fd886fa138591f780e423bd5.tar.gz
dotfiles-d183386031853c71fd886fa138591f780e423bd5.tar.xz
configuration.nix: Remove gpodder
-rw-r--r--configuration.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/configuration.nix b/configuration.nix
index 99325fd4..980d2477 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -116,10 +116,6 @@ in {
enableDebugInfo = true;
systemPackages = let
- gpodder-with-youtube-dl = pkgs.gpodder.overrideAttrs (oldAttrs: {
- propagatedBuildInputs = oldAttrs.propagatedBuildInputs
- ++ [ pkgs.python3Packages.youtube-dl ];
- });
bmake-with-alias = pkgs.bmake.overrideAttrs (oldAttrs: {
postInstall = ''
ln -s $out/bin/bmake $out/bin/make
@@ -311,7 +307,6 @@ in {
mutagen
## Candidates to be replaced by alternatives
- gpodder-with-youtube-dl # podboat?
transmission-gtk # https://github.com/btpd/btpd
tdesktop # telegram -> gomuks
] ++ proprietaryPackages ++ nu-packages;