Unverified Commit 2816ca91 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #229367 from Artturin/generalchromiumimp

parents a246f446 b5a89ae9
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ let

    buildPhase = let
      buildCommand = target: ''
        ninja -C "${buildPath}" -j$NIX_BUILD_CORES "${target}"
        TERM=dumb ninja -C "${buildPath}" -j$NIX_BUILD_CORES "${target}"
        (
          source chrome/installer/linux/common/installer.include
          PACKAGE=$packageName
@@ -341,7 +341,11 @@ let
      '';
      targets = extraAttrs.buildTargets or [];
      commands = map buildCommand targets;
    in lib.concatStringsSep "\n" commands;
    in ''
      runHook preBuild
      ${lib.concatStringsSep "\n" commands}
      runHook postBuild
    '';

    postFixup = ''
      # Make sure that libGLESv2 and libvulkan are found by dlopen.