summary refs log tree commit diff
path: root/pkgs/games/steam/chrootenv.nix
Commit message (Collapse)AuthorAge
* steam: use 64-bit libvaJonathan Ringer2020-01-23
|
* steam.chroot: add at-spi2-coreJonathan Ringer2019-12-30
| | | | Needed by CrossCode
* steam: refer to unaliased gtk3 and gdk-pixbufedef2019-11-23
|
* steam: use 32bit version of libvaJonathan Ringer2019-11-16
|
* steam: Add libva to chrootenvAndreas Baldeau2019-11-09
| | | | | | | | After the newest update Steam itself complained about missing files and would not start: * libva.so.2 * libva-x11.so.2
* steam: don't use at-spi2-atk aliasworldofpeace2019-10-19
|
* steam: add at_spi2_atk to chrootenvMartin Weinelt2019-10-19
| | | | This is required for the new Stellaris 2.4 series launcher
* steam: fix for screepsHerwig Hochleitner2019-08-12
|
* steam: add /lib32 and /lib64 to ldpath in chrootHerwig Hochleitner2019-08-12
|
* steam chrootenv: add lsb-releasedavidak2019-08-09
| | | | | Fixes issue with operating system detection sh: lsb_release: command not found
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* Merge staging-next into stagingFrederik Rietdijk2019-06-18
|\
| * treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer2019-06-17
|/ | | | Just use mesa for these to be more clear. Move these to aliases.nix
* steam: add extraLibraries argumentNikolay Amiantov2019-05-25
|
* steam: provide pidof and lsusb for Steam VRDavid McFarland2019-05-20
|
* steam: fix steamrt trying to use a missing setup.sh (#59326)Brian McKenna2019-04-15
| | | | | | | I was getting the following error after a Steam update: internal error: /steamrt/setup.sh is missing, this runtime is invalid or corrupted The script is used to put things on PATH but it doesn't seem we need to do that.
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* steam: move defaults to package fileJan Malakhovski2019-02-03
|
* Workaround for issue #44254 (Steam cannot connect to friends network) (#44602)Matthew Harm Bekkema2018-11-10
| | | | | | * steam: Set TZ to detected timezone on startup Workaround for issue #44254 (Steam cannot connect to friends network)
* steam: Add python3 to runtime for steam play / protonPhilipp Steinpass2018-08-31
|
* steam: add optional extraProfileajs1242018-06-03
|
* steam: add libGL to the environmentNikolay Amiantov2018-03-26
| | | | Also remove duplicate libGLU.
* steam: add dependencies for Surviving MarsNikolay Amiantov2018-03-20
|
* steam: improvements for native runtimeNikolay Amiantov2018-03-16
| | | | | | | | | | * Update dependencies using steam-native-runtime from Arch Linux as a reference. * Remove native-only Steam Runtime, just use installed libraries instead. * Mark native-only Steam as broken (due to segfault inside D-Bus). Seems it was already broken for a long time. Doesn't apply to steam-run. * Some cleanups for chrootenv.
* treewide: s/xlibs/xorg/g (#36889)volth2018-03-13
|
* steam: don't add zoneinfo manuallyNikolay Amiantov2018-03-11
| | | | We already have this done for FHS environments in general.
* steam: Check for NixOS, improve error messagewchresta2017-12-31
|
* steam: add wrapper testing for libGLwchresta2017-12-30
| | | | | | | | | NixOS: Failing to set hardware.opengl.driSupport32Bit will lead to a confusing error message about missing libGL.so.1. We include a wrapper around the steam bin to test for working 32bit opengl with glxinfo. When failing, we display a proper warning hinting towards the option. Fixes: #19518
* steam: add /steamrt/run.shNikolay Amiantov2017-11-11
| | | | | | | This is needed for Steam Beta which expects run.sh to print runtime library paths. Fixes #31384.
* steam-chrootenv: add iana-etc, fixes #25443David Izquierdo2017-11-10
|
* steam-run-native: initNikolay Amiantov2017-10-16
| | | | | Refactor Steam so that native steam-run can be built as a free package and expose it so that Hydra builds needed i686 packages.
* steam: Get rid of newStdcpp option, always onSarah Brofeldt2017-09-10
|
* steam: Added extraPkgs option to chroot env.Itai Zukerman2017-06-02
|
* steam: move libpciaccess as non-runtime dependenciesPhilipp Steinpass2017-04-11
|
* steam: Add /etc/{localtime,zoneinfo}.Moritz Ulrich2016-11-08
| | | | | | Some games (in my case Stardew Valley) require at least something in /etc/localtime. The actual file linked there doesn't matter as long as it's some valid timezone.
* steam: add xkeyboardconfigNikolay Amiantov2016-11-05
|
* steam: Some games use MonoSvein Ove Aas2016-09-11
|
* steam: fix primus with new libstdc++ and add to steam-runNikolay Amiantov2016-07-11
|
* steam-run: refactor, remove unneeded files and dependenciesNikolay Amiantov2016-05-26
|
* steam: add xdg_utils to chrootenvNikolay Amiantov2016-04-08
|
* steam-run: add derivationNikolay Amiantov2016-04-03
|
* useOldCXXAbi: Change into a setup hookEelco Dolstra2016-04-01
| | | | Stdenv adapters considered weird.
* steam: use old C++ ABI for primusNikolay Amiantov2016-03-31
|
* steam: actually propagate flags to the runtime, now from chrootenv wrapperNikolay Amiantov2016-01-27
| | | | | | | | | | Example: instead of (steamPackages.override { newStdcpp = true; }).steam-chrootenv (which wasn't working anyway) you now do just: steam.override { newStdcpp = true; }
* steamPackages.steam-chrootenv: install desktop fileNikolay Amiantov2015-12-04
|
* steam: fix license agreement dialogNikolay Amiantov2015-11-12
|
* fhs-env: symlink /usr/lib to libs for the main architectureNikolay Amiantov2015-11-11
|
* steam-fonts: use for chrootenvNikolay Amiantov2015-10-15
|
* steam-chrootenv: added corefontsNikolay Amiantov2015-10-15
|