3
0
Fork 0
forked from mirrors/nixpkgs

Override postFixup for urlwatch so it works somehwo

This commit is contained in:
Michael Raskin 2014-09-02 21:17:52 +04:00
parent 76f4eb5f93
commit 0ede64bfcb

View file

@ -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/;