lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

changedetection-io: remove no longer required override

-11
-11
pkgs/servers/web-apps/changedetection-io/default.nix
··· 19 19 "test_redirect" 20 20 ]; 21 21 }); 22 - lxml = prev.lxml.override { 23 - libxml2 = prev.libxml2.overrideAttrs (old: rec { 24 - # etree.fromstring always returns None with 2.10.0 25 - version = "2.9.14"; 26 - 27 - src = fetchurl { 28 - url = "mirror://gnome/sources/libxml2/${lib.versions.majorMinor version}/libxml2-${version}.tar.xz"; 29 - sha256 = "sha256-YNdKJX0czsBHXnScui8hVZ5IE577pv8oIkNXx8eY3+4="; 30 - }; 31 - }); 32 - }; 33 22 werkzeug = prev.werkzeug.overridePythonAttrs (old: rec { 34 23 version = "2.0.3"; 35 24 src = old.src.override {