helium-browser: replace stdenv with llvmstdenv
Some checks failed
checks / checks (push) Failing after 2h19m32s
Some checks failed
checks / checks (push) Failing after 2h19m32s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user