steamPackages.steam-fhsenv: fix Proton

LLVM must match version required by Mesa.

Fixes https://github.com/NixOS/nixpkgs/issues/127068

(cherry picked from commit b4d3ea24beddd761a40020e043fbe2979c518dbf)
This commit is contained in:
TredwellGit
2021-07-10 02:19:27 +00:00
committed by Jonathan Ringer
parent 0379b62657
commit 8b39c06e41
2 changed files with 2 additions and 1 deletions

View File

@@ -214,6 +214,7 @@ self = stdenv.mkDerivation {
passthru = {
inherit libdrm;
inherit (libglvnd) driverLink;
inherit llvmPackages;
tests.devDoesNotDependOnLLVM = stdenv.mkDerivation {
name = "mesa-dev-does-not-depend-on-llvm";