about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2023-06-02 11:39:21 +0200
committeraszlig <aszlig@nix.build>2023-06-02 12:03:20 +0200
commitf72625079cc9cea8abe06d1a29b10530da538c15 (patch)
tree1a499b9fd525938550c4d4fd7ea59f613deaae66 /machines
parent989ec0fc8365ae3f8b1d6cc864cc9558c6af2361 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/dnyarri.nix6
1 files changed, 1 insertions, 5 deletions
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
   ];