helium-browser: replace stdenv with llvmstdenv
Some checks failed
checks / checks (push) Failing after 2h19m32s

This commit is contained in:
2025-09-28 12:00:35 +04:00
parent 6a0bbb90d2
commit 19dc5d7b4f

View File

@@ -16,10 +16,14 @@
coreutils,
gnugrep,
callPackage,
rustc,
}:
let
upstream-info = (lib.importJSON ./info.json)."ungoogled-chromium";
unwrapped = callPackage ./unwrapped.nix { inherit helium-patcher-unwrapped stdenv upstream-info; };
unwrapped = callPackage ./unwrapped.nix {
inherit helium-patcher-unwrapped upstream-info;
stdenv = rustc.llvmPackages.stdenv;
};
helium-patcher-unwrapped = callPackage ./helium-patcher.nix { };
sandboxExecutableName = unwrapped.passthru.sandboxExecutableName;
in