gpodder: disable auto-update

This commit is contained in:
Jan Tojnar
2019-04-14 14:01:21 +02:00
parent 027e6dd510
commit cd80cab3b0
2 changed files with 59 additions and 0 deletions
@@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
sha256 = "0sx5z9qjl76fi0m8vmars0yasfaq6znq434d8zjwla22k5wflmwm";
};
patches = [
./disable-autoupdate.patch
];
postPatch = with stdenv.lib; ''
sed -i -re 's,^( *gpodder_dir *= *).*,\1"'"$out"'",' bin/gpodder
'';