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:
committed by
Jonathan Ringer
parent
0379b62657
commit
8b39c06e41
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user