diff --git a/pkgs/applications/misc/urlscan/default.nix b/pkgs/applications/misc/urlscan/default.nix index 2d01d203ba1..b686c4ba9c4 100644 --- a/pkgs/applications/misc/urlscan/default.nix +++ b/pkgs/applications/misc/urlscan/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ urwid ]; # FIXME doesn't work with 2.7; others than 2.7 and 3.5 were not tested (yet) - disabled = ! isPy35; + disabled = !pythonOlder "3.5"; meta = with stdenv.lib; { description = "Mutt and terminal url selector (similar to urlview)";