Merge pull request #265757 from dotlambda/qutebrowser-cleanup

qutebrowser: cleanup

authored by Artturi and committed by GitHub 8517efc4 ef139042

+3 -5
+3 -5
pkgs/applications/networking/browsers/qutebrowser/default.nix
··· 12 , widevine-cdm 13 , enableVulkan ? stdenv.isLinux 14 , vulkan-loader 15 - , buildPackages 16 }: 17 18 let ··· 56 # scripts and userscripts libs 57 tldextract beautifulsoup4 58 readability-lxml pykeepass 59 - ] ++ lib.optionals ((builtins.tryEval stem.outPath).success) [ 60 - # error: stem-1.8.2 not supported for interpreter python3.11 61 stem 62 - ] ++ [ 63 pynacl 64 # extensive ad blocking 65 adblock ··· 86 runHook preInstall 87 88 make -f misc/Makefile \ 89 - PYTHON=${buildPackages.python3}/bin/python3 \ 90 PREFIX=. \ 91 DESTDIR="$out" \ 92 DATAROOTDIR=/share \ ··· 125 126 meta = with lib; { 127 homepage = "https://github.com/qutebrowser/qutebrowser"; 128 description = "Keyboard-focused browser with a minimal GUI"; 129 license = licenses.gpl3Plus; 130 platforms = if enableWideVine then [ "x86_64-linux" ] else qtwebengine.meta.platforms; 131 maintainers = with maintainers; [ jagajaga rnhmjoj ebzzry dotlambda nrdxp ]; 132 };
··· 12 , widevine-cdm 13 , enableVulkan ? stdenv.isLinux 14 , vulkan-loader 15 }: 16 17 let ··· 55 # scripts and userscripts libs 56 tldextract beautifulsoup4 57 readability-lxml pykeepass 58 stem 59 pynacl 60 # extensive ad blocking 61 adblock ··· 82 runHook preInstall 83 84 make -f misc/Makefile \ 85 + PYTHON=${python3.pythonOnBuildForHost.interpreter} \ 86 PREFIX=. \ 87 DESTDIR="$out" \ 88 DATAROOTDIR=/share \ ··· 121 122 meta = with lib; { 123 homepage = "https://github.com/qutebrowser/qutebrowser"; 124 + changelog = "https://github.com/qutebrowser/qutebrowser/blob/v${version}/doc/changelog.asciidoc"; 125 description = "Keyboard-focused browser with a minimal GUI"; 126 license = licenses.gpl3Plus; 127 + mainProgram = "qutebrowser"; 128 platforms = if enableWideVine then [ "x86_64-linux" ] else qtwebengine.meta.platforms; 129 maintainers = with maintainers; [ jagajaga rnhmjoj ebzzry dotlambda nrdxp ]; 130 };