k 5 urlwatch: remove obsolete postFixup

This commit is contained in:
lassulus 2016-12-02 09:23:09 +01:00
parent f4ce5ea248
commit b6e6a99585

View File

@ -15,10 +15,6 @@ python3Packages.buildPythonPackage rec {
requests2
];
postFixup = ''
wrapProgram "$out/bin/urlwatch" --prefix "PYTHONPATH" : "$PYTHONPATH"
'';
meta = {
description = "A tool for monitoring webpages for updates";
homepage = https://thp.io/2008/urlwatch/;