aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/urlwatch
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-09-02 21:17:52 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-09-02 21:17:52 +0400
commit0ede64bfcb18430f2e5d5b4079a173f809947b0e (patch)
treee62122074966f4ba3130d0c96960d2c056fe83c3 /pkgs/tools/networking/urlwatch
parent76f4eb5f93451b6300e42f775c4a63adbb7f4986 (diff)
Override postFixup for urlwatch so it works somehwo
Diffstat (limited to 'pkgs/tools/networking/urlwatch')
-rw-r--r--pkgs/tools/networking/urlwatch/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/urlwatch/default.nix b/pkgs/tools/networking/urlwatch/default.nix
index 4843f07c8f22..1be71942e70a 100644
--- a/pkgs/tools/networking/urlwatch/default.nix
+++ b/pkgs/tools/networking/urlwatch/default.nix
@@ -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/;