gpodder: remove with statements

This commit is contained in:
Philip Taron
2024-08-18 06:31:11 -07:00
parent 625941e1a9
commit 67c8ac6bc6
+1 -1
View File
@@ -27,7 +27,7 @@ python311Packages.buildPythonApplication rec {
./disable-autoupdate.patch
];
postPatch = with lib; ''
postPatch = ''
sed -i -re 's,^( *gpodder_dir *= *).*,\1"'"$out"'",' bin/gpodder
'';