summary refs log tree commit diff
path: root/pkgs/games/steam
Commit message (Collapse)AuthorAge
* 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.
* 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.
* Merge branch 'master'Vladimír Čunát2018-03-05
|\
| * tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |
* | treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|/
* 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: override nss, nspr, fixes #32781Piotr Bogdan2017-12-18
|
* treewide platform checks: `abort` -> `throw`Vladimír Čunát2017-12-12
| | | | | | They aren't meant to be critical (uncatchable) errors. Tested with nix-env + checkMeta: [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
* 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
|
* treewide: Depend on stdenv.cc.bintools instead of binutils directlyJohn Ericson2017-11-05
| | | | | One should do this when needed executables at build time. It is more honest and cross-friendly than refering to binutils directly.
* tbb: 4.4-u2 -> 2018_U1, merge with libtbbNikolay Amiantov2017-10-29
| | | | Remove libtbb derivation as a duplicate.
* steam-runtime-wrapped: switch curl to use gnutlsDavid Izquierdo2017-10-28
|
* steam-runtime-wrapped: add libtbbDavid Izquierdo2017-10-28
|
* 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
|
* Revert "steam: use custom openssl"David McFarland2017-04-03
| | | | | | No longer necessary. See https://github.com/NixOS/nixpkgs/pull/23034#issuecomment-291005754 This reverts commit a120bad30cbd63019971e9d03edd82423131852c.
* steamPackages.steam-runtime-wrapped: override vulkan-loaderNikolay Amiantov2017-03-19
| | | | | This way we get /run/opengl-driver as a search path. Fixes #24056.
* gst-plugins-base: align attrname with pkgnameBjørn Forsman2017-02-27
|
* udev182: removeNikolay Amiantov2016-12-29
|
* steam: use custom opensslDavid McFarland2016-11-09
|