about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/rare/fix-instance.patch
blob: 9f0ed0600d62618629a8c9656f3f41ed541f0a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
diff --git a/rare/utils/misc.py b/rare/utils/misc.py
index 4492074..5352dac 100644
--- a/rare/utils/misc.py
+++ b/rare/utils/misc.py
@@ -190,6 +190,7 @@ def get_rare_executable() -> List[str]:
         executable = [sys.executable]
 
     executable[0] = os.path.abspath(executable[0])
+    executable.pop(0)
     return executable