From f72625079cc9cea8abe06d1a29b10530da538c15 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 2 Jun 2023 11:39:21 +0200 Subject: dnyarri: Switch to gpodder from Git I already had the latest Git version laying around in my Nix user profile, so it's battle-tested enough. The main reason why I did this is because it has much better support for yt-dlp, which I prefer to youtube-dl. Signed-off-by: aszlig --- machines/aszlig/dnyarri.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'machines') diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix index 5651b73f..9dde8f4a 100644 --- a/machines/aszlig/dnyarri.nix +++ b/machines/aszlig/dnyarri.nix @@ -47,11 +47,7 @@ in { }; environment.systemPackages = [ - (pkgs.gpodder.overrideAttrs (drv: { - propagatedBuildInputs = (drv.propagatedBuildInputs or []) ++ [ - pkgs.python3Packages.youtube-dl - ]; - })) + pkgs.aszlig.gpodder pkgs.paperwork ]; -- cgit 1.4.1