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, |   coreutils, | ||||||
|   gnugrep, |   gnugrep, | ||||||
|   callPackage, |   callPackage, | ||||||
|  |   rustc, | ||||||
| }: | }: | ||||||
| let | let | ||||||
|   upstream-info = (lib.importJSON ./info.json)."ungoogled-chromium"; |   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 { }; |   helium-patcher-unwrapped = callPackage ./helium-patcher.nix { }; | ||||||
|   sandboxExecutableName = unwrapped.passthru.sandboxExecutableName; |   sandboxExecutableName = unwrapped.passthru.sandboxExecutableName; | ||||||
| in | in | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user