summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/urlwatch/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-12-12 15:34:13 +0100
committermakefu <github@syntax-fehler.de>2016-12-12 15:34:13 +0100
commitbc2b56baaf67623bed232b321607da8c25bbdaec (patch)
treec3341b27ec10cc730d7ae7bd5f7f6627ee3ce037 /krebs/5pkgs/urlwatch/default.nix
parentb1092b16a6be15f8121619e6d2eaf8d732b873ff (diff)
parenta64a9668aa0639e78a6c677c17718731d8f2418c (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/5pkgs/urlwatch/default.nix')
-rw-r--r--krebs/5pkgs/urlwatch/default.nix4
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/;