Unverified Commit a515f8db authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

[Backport release-25.11] virtualisation/rosetta: Perserve ArgvZero to fix...

[Backport release-25.11] virtualisation/rosetta: Perserve ArgvZero to fix python virtualenv creation (#465308)
parents 844458df c60c7c64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;