Loading pkgs/build-support/build-mozilla-mach/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -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} '' + '' Loading Loading
pkgs/build-support/build-mozilla-mach/default.nix +0 −3 Original line number Diff line number Diff line Loading @@ -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} '' + '' Loading