diff options
author | lassulus <lass@aidsballs.de> | 2016-12-02 09:23:09 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-12-02 09:23:09 +0100 |
commit | b6e6a99585c9b53e1f96529eaa1449f8eb30dae2 (patch) | |
tree | d3ec3734955acffe148fb465dd3b9db07e788895 /krebs/5pkgs/urlwatch | |
parent | f4ce5ea248c6dcb965f9367a4569a39f4be747af (diff) |
k 5 urlwatch: remove obsolete postFixup
Diffstat (limited to 'krebs/5pkgs/urlwatch')
-rw-r--r-- | krebs/5pkgs/urlwatch/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/krebs/5pkgs/urlwatch/default.nix b/krebs/5pkgs/urlwatch/default.nix index 7a4df5c7c..7ffbd8870 100644 --- a/krebs/5pkgs/urlwatch/default.nix +++ b/krebs/5pkgs/urlwatch/default.nix @@ -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/; |