forked from mirrors/nixpkgs
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
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram "$out/bin/urlwatch" --prefix "PYTHONPATH" : "$PYTHONPATH"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A tool for monitoring webpages for updates";
|
||||
homepage = https://thp.io/2008/urlwatch/;
|
||||
|
|
Loading…
Reference in a new issue