mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
torbrowser-launcher: patch for Python 3.8.
This commit is contained in:
parent
73f31fb352
commit
a8d1af838f
1 changed files with 11 additions and 0 deletions
11
srcpkgs/torbrowser-launcher/patches/python-3.8.patch
Normal file
11
srcpkgs/torbrowser-launcher/patches/python-3.8.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- setup.py.orig
|
||||||
|
+++ setup.py
|
||||||
|
@@ -35,7 +35,7 @@
|
||||||
|
SHARE = 'share'
|
||||||
|
|
||||||
|
# detect linux distribution
|
||||||
|
-distro = platform.dist()[0]
|
||||||
|
+distro = 'Void'
|
||||||
|
|
||||||
|
|
||||||
|
def file_list(path):
|
Loading…
Add table
Reference in a new issue