buildMozillaMach: set argv to unwrapped binary name (#476929)
This commit is contained in:
@@ -658,9 +658,6 @@ buildStdenv.mkDerivation {
|
||||
# Remove SDK cruft. FIXME: move to a separate output?
|
||||
rm -rf $out/share/idl $out/include $out/lib/${binaryName}-devel-*
|
||||
|
||||
# Needed to find Mozilla runtime
|
||||
gappsWrapperArgs+=(--argv0 "$out/bin/.${binaryName}-wrapped")
|
||||
|
||||
resourceDir=$out/lib/${binaryName}
|
||||
''
|
||||
+ ''
|
||||
|
||||
Reference in New Issue
Block a user