diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-08 08:51:04 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-08 08:51:04 -0300 |
| commit | d183386031853c71fd886fa138591f780e423bd5 (patch) | |
| tree | fc31dd155cba4175ee9efb03e10aa737084f5853 | |
| parent | configuration.nix: Add chromium package (diff) | |
| download | dotfiles-d183386031853c71fd886fa138591f780e423bd5.tar.gz dotfiles-d183386031853c71fd886fa138591f780e423bd5.tar.xz | |
configuration.nix: Remove gpodder
| -rw-r--r-- | configuration.nix | 5 |
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; |
