7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-VbpKMaEjchfpLECCt1YtmiVynYgSLgAVP1iuHL7t8FQ=";
19 build-system = with python3.pkgs; [
24 dependencies = with python3.pkgs; [ urwid ];
29 pythonImportsCheck = [ "urlscan" ];
32 description = "Mutt and terminal url selector (similar to urlview)";
33 homepage = "https://github.com/firecat53/urlscan";
34 changelog = "https://github.com/firecat53/urlscan/releases/tag/${version}";
35 license = licenses.gpl2Plus;
36 maintainers = with maintainers; [ dpaetzel ];
37 mainProgram = "urlscan";