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 steam-runtime: build using new Runtime build system 2015-10-20 18:53:46 +03:00
build-wrapped.sh steam-runtime: build using new Runtime build system 2015-10-20 18:53:46 +03:00
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 steam-fonts: init at 1 2015-10-15 15:17:13 +03:00
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-runtime: build using new Runtime build system 2015-10-20 18:53:46 +03:00
steam.nix steamPackages.steam: cleanup 2015-12-04 01:00:11 +03:00
update-runtime-shell.nix steamPackages: add update-runtime-shell.nix to update runtime 2015-12-04 01:00:27 +03:00
update-runtime.py steam-runtime: build using new Runtime build system 2015-10-20 18:53:46 +03:00