summary refs log tree commit diff
path: root/pkgs/games/steam
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
* treewide: remove redundant recvolth2019-08-28
|
* Merge master into staging-nextFrederik Rietdijk2019-08-27
|\
| * Merge pull request #66916 from nyanloutre/steam_update_1_0_0_61Robin Gloster2019-08-25
| |\ | | | | | | steam: 1.0.0.59 -> 1.0.0.61
| | * steam: 1.0.0.59 -> 1.0.0.61nyanloutre2019-08-19
| | |
* | | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * | steam: Update dependencies for steamrtColin Rice2019-08-19
| |/
* | treewide: name -> pnamevolth2019-08-17
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* 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
|
* steamrt: fix update scriptnyanloutre2019-04-19
| | | | | | | The package.txt file doesn't exist anymore on upstream. The new method is to install two metapackages and their dependencies. Reference : https://github.com/ValveSoftware/steam-runtime/commit/8849d366bf9673ab5350d4036171c834acfb8955
* steamrt 1.1 -> 1.2Jethro Kuan2019-04-18
|
* 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.
* steamcmd: Add needed binaries to PATHSilvan Mosberger2019-03-29
|
* steamPackages.steam: 1.0.0.56 -> 1.0.0.59Carles Pagès2019-03-04
|
* 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
|
* run update_runtimes.pychristoph2019-02-05
|
* steam: ran update-runtime.pyAndreas Rammhold2018-12-10
|
* Merge pull request #49808 from pbogdan/steam-ccLinus Heckemann2018-11-24
|\ | | | | steamPackages.steam-runtime-wrapped: don't include all of gcc
| * steamPackages.steam-runtime-wrapped: don't include all of gccPiotr Bogdan2018-11-05
| |
* | 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: ran update-runtime.pyPatrick Hilhorst2018-10-25
|
* steam: made update-runtime.py nicerPatrick Hilhorst2018-10-25
|
* steam: add libxcb to steamrt overridesDavid McFarland2018-10-08
| | | | | This fixes 'glXChooseVisual failed' when starting steam on mesa after the libxcb 1.12 -> 1.13 upgrade.
* steamPackages.steam: 1.0.0.51 -> 1.0.0.56nyanloutre2018-09-29
|
* steamPackages.steam: add udev rulesnyanloutre2018-09-28
|
* steamcmd: init at 20180104Tad Fisher2018-09-08
|
* Merge pull request #45855 from pstn/steam-python3Sarah Brofeldt2018-09-01
|\ | | | | steam: Add python3 to runtime for steam play / proton
| * steam: Add python3 to runtime for steam play / protonPhilipp Steinpass2018-08-31
| |
* | reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
|/ | | | It is deprecated and will be removed after 18.09.
* treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| | | fixes build with disallowed aliases
* 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.