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

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

parents 9b05dcbc f5eb10b5
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;