nixpkgs/pkgs/misc/solfege/webbrowser.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
202 B
Diff
Raw Normal View History

2020-05-19 22:14:25 +00:00
Fix startup.
--- a/solfege/mainwin.py
+++ b/solfege/mainwin.py
@@ -27,2 +27,3 @@ import textwrap
try:
+ webbrowser.register_standard_browsers()
i = webbrowser._tryorder.index("x-www-browser")