virtualisation/rosetta: Perserve ArgvZero to fix python virtualenv creation (#463106)

This commit is contained in:
Sandro
2025-11-26 16:54:33 +00:00
committed by GitHub
+1 -1
View File
@@ -76,7 +76,7 @@ in
mask = ''\xff\xff\xff\xff\xff\xfe\xfe\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'';
fixBinary = true;
matchCredentials = true;
preserveArgvZero = false;
preserveArgvZero = true;
# Remove the shell wrapper and call the runtime directly
wrapInterpreterInShell = false;