about summary refs log tree commit diff
path: root/pkgs/applications/audio/gpodder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/gpodder/default.nix')
-rw-r--r--pkgs/applications/audio/gpodder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index 082630269595e..dea1f5fe7bcf0 100644
--- a/pkgs/applications/audio/gpodder/default.nix
+++ b/pkgs/applications/audio/gpodder/default.nix
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
     ./disable-autoupdate.patch
   ];
 
-  postPatch = with stdenv.lib; ''
+  postPatch = with lib; ''
     sed -i -re 's,^( *gpodder_dir *= *).*,\1"'"$out"'",' bin/gpodder
   '';