summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-09-02 12:41:26 +0200
committermakefu <github@syntax-fehler.de>2016-09-02 12:41:26 +0200
commit50863545322191f91b089d6bf4d932235a2991a0 (patch)
treecd7b57aa2b2a8cfabfe74afd59c4660192acd796 /makefu
parent8f0f19c5539fde7c93761bb4939ab0a5349e8d2e (diff)
m 2 urlwatch: remove override
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/urlwatch.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/makefu/2configs/urlwatch.nix b/makefu/2configs/urlwatch.nix
index f869f5a7..e0fbefa3 100644
--- a/makefu/2configs/urlwatch.nix
+++ b/makefu/2configs/urlwatch.nix
@@ -1,22 +1,6 @@
{ config, lib, ... }:
{
- nixpkgs.config.packageOverrides = pkgs: {
- urlwatch = with pkgs.pythonPackages; buildPythonPackage rec {
- name = "urlwatch-1.18";
-
- propagatedBuildInputs = [ futures ];
-
- src = pkgs.fetchurl {
- url = "http://thp.io/2008/urlwatch/${name}.tar.gz";
- sha256 = "090qfgx249ks7103sap6w47f8302ix2k46wxhfssxwsqcqdl25vb";
- };
-
- postFixup = ''
- wrapProgram "$out/bin/urlwatch" --prefix "PYTHONPATH" : "$PYTHONPATH"
- '';
- };
- };
krebs.urlwatch = {
enable = true;
mailto = config.krebs.users.makefu.mail;