nixos/steam: fix eval after #293564
This commit is contained in:
parent
335c734226
commit
7b8d88fa05
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in {
|
|||
apply = steam: steam.override (prev: {
|
||||
extraEnv = (lib.optionalAttrs (cfg.extraCompatPackages != [ ]) {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = makeBinPath cfg.extraCompatPackages;
|
||||
}) // prev.extraEnv;
|
||||
}) // (prev.extraEnv or {});
|
||||
extraLibraries = pkgs: let
|
||||
prevLibs = if prev ? extraLibraries then prev.extraLibraries pkgs else [ ];
|
||||
additionalLibs = with config.hardware.opengl;
|
||||
|
|
Loading…
Reference in a new issue