diff options
author | makefu <github@syntax-fehler.de> | 2016-09-02 12:41:26 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-09-02 12:41:26 +0200 |
commit | 50863545322191f91b089d6bf4d932235a2991a0 (patch) | |
tree | cd7b57aa2b2a8cfabfe74afd59c4660192acd796 /makefu/2configs | |
parent | 8f0f19c5539fde7c93761bb4939ab0a5349e8d2e (diff) |
m 2 urlwatch: remove override
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/urlwatch.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/makefu/2configs/urlwatch.nix b/makefu/2configs/urlwatch.nix index f869f5a78..e0fbefa36 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; |