Override postFixup for urlwatch so it works somehwo
This commit is contained in:
parent
76f4eb5f93
commit
0ede64bfcb
|
@ -12,6 +12,10 @@ python3Packages.buildPythonPackage rec {
|
||||||
./convert-to-python3.sh
|
./convert-to-python3.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
wrapProgram "$out/bin/urlwatch" --prefix "PYTHONPATH" : "$PYTHONPATH"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool for monitoring webpages for updates";
|
description = "A tool for monitoring webpages for updates";
|
||||||
homepage = https://thp.io/2008/urlwatch/;
|
homepage = https://thp.io/2008/urlwatch/;
|
||||||
|
|
Loading…
Reference in New Issue