Loading pkgs/applications/networking/browsers/qutebrowser/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -125,8 +125,10 @@ python3.pkgs.buildPythonApplication { meta = with lib; { homepage = "https://github.com/qutebrowser/qutebrowser"; changelog = "https://github.com/qutebrowser/qutebrowser/blob/v${version}/doc/changelog.asciidoc"; description = "Keyboard-focused browser with a minimal GUI"; license = licenses.gpl3Plus; mainProgram = "qutebrowser"; platforms = if enableWideVine then [ "x86_64-linux" ] else qtwebengine.meta.platforms; maintainers = with maintainers; [ jagajaga rnhmjoj ebzzry dotlambda nrdxp ]; }; Loading Loading
pkgs/applications/networking/browsers/qutebrowser/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -125,8 +125,10 @@ python3.pkgs.buildPythonApplication { meta = with lib; { homepage = "https://github.com/qutebrowser/qutebrowser"; changelog = "https://github.com/qutebrowser/qutebrowser/blob/v${version}/doc/changelog.asciidoc"; description = "Keyboard-focused browser with a minimal GUI"; license = licenses.gpl3Plus; mainProgram = "qutebrowser"; platforms = if enableWideVine then [ "x86_64-linux" ] else qtwebengine.meta.platforms; maintainers = with maintainers; [ jagajaga rnhmjoj ebzzry dotlambda nrdxp ]; }; Loading