nixpkgs/pkgs/games/steam
Nikolay Amiantov 5bbf10409e steam: actually propagate flags to the runtime, now from chrootenv wrapper
Example: instead of

(steamPackages.override { newStdcpp = true; }).steam-chrootenv

(which wasn't working anyway) you now do just:

steam.override { newStdcpp = true; }
2016-01-27 00:58:23 +03:00
..
build-runtime.py
build-wrapped.sh
chrootenv.nix steam: actually propagate flags to the runtime, now from chrootenv wrapper 2016-01-27 00:58:23 +03:00
default.nix steam: actually propagate flags to the runtime, now from chrootenv wrapper 2016-01-27 00:58:23 +03:00
fonts.nix
runtime-generated.nix steamPackages.runtime: update packages 2015-12-04 01:00:27 +03:00
runtime-wrapped.nix steam-runtime-wrapped: add optional override of libstdc++ 2016-01-15 15:01:55 +03:00
runtime.nix
steam.nix
update-runtime-shell.nix steamPackages: add update-runtime-shell.nix to update runtime 2015-12-04 01:00:27 +03:00
update-runtime.py