summaryrefslogtreecommitdiff
path: root/nongnu/packages/steam-client.scm
AgeCommit message (Collapse)Author
2021-10-17nongnu: steam: Make sandbox directory configurable.ison
* nongnu/packages/steam-client.scm (make-container-wrapper): Read sandbox path from env var GUIX_SANDBOX_HOME.
2021-07-26nongnu: steam: Don't fail if system bus isn't up.pineapples
* nongnu/packages/steam-client.scm (make-container-wrapper): Expose the `/var/run/dbus' directory only if it exists.
2021-05-27nongnu: steam: Link steam-asound32.desktop in steam-nvidia.ison
* nongnu/packages/steam-client.scm (steam-nvidia): Link steam-asound32.desktop.
2021-05-26nongnu: steam: Add command line flag for switching asound.conf to 32-bitison
* nongnu/packages/steam-client.scm (nongnu-container->package) (make-container-internal): Remove auto generated asound.conf. (make-internal-script): Use inline asound.conf and add --asound32 command line flag to set it as 32-bit instead of 64-bit. (steam-client, steam): Add new .desktop file for 32-bit asound.conf.
2021-04-14nongnu: steam: Add steam-nvidia.Jean-Baptiste Volatier
* nongnu/packages/steam-client.scm (steam-nvidia): new variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-04-14nongnu: steam: Exposition of nvidia /dev filesJean-Baptiste Volatier
* nongnu/packages/steam-client.scm (steam-client): expose /dev/nvidia* in container. Required by nvidia-libs. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2021-03-10nongnu: steam: Revert XDG vars to explicit list.ison
* nongnu/packages/steam-client.scm (make-container-wrapper): Preserve only XDG vars which are known to be needed instead of preserving all XDG vars.
2021-03-09nongnu: steam: Preserve proxy environment variables and use regex for all vars.ison
* nongnu/packages/steam-client.scm (make-container-wrapper): Add proxy to preserved environment variables and use regex matching for all existing environment variables.
2021-03-08nongnu: steam: Improve pulseaudio startupison
* nongnu/packages/steam-client.scm (make-container-wrapper): Use full path to pulseaudio and increase exit-idle-time. Use invoke instead of system.
2021-03-05nongnu: steam: Audio and D-Bus fixes.pineapples
* nongnu/packages/steam-client.scm (make-container-wrapper): Remove the UID variable in favor of XDG_RUNTIME_DIR for dbus and pulse sockets. Preserve the DBUS_SESSION_BUS_ADDRESS environment variable. Signed-off-by: ison <ison@airmail.cc>
2021-03-04nongnu: steam: Fix for new installs.ison
* nongnu/packages/steam-client.scm (steam-client)[arguments]: Modify steam.sh and run.sh in steam runtime to prefer LD_LIBRARY_PATH.
2021-02-09nongnu: steam: Use LD_LIBRARY_PATH instead of glibc-for-fhs.ison
* nongnu/packages/steam-client.scm (steam): Use wrap-program. (glibc-for-fhs, fhs-ld.so.conf, ld.so.conf->ld.so.cache): Remove. (make-internal-script): Remove references to ld.so.conf and ld.so.cache Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2020-11-24nongnu: steam: Fix desktop file.ison
* nongnu/packages/steam-client.scm (steam-client): Run steam container instead of steam client directly. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2020-10-31nongnu: steam: Update comment.ison
* nongnu/packages/steam-client.scm (ld.so.conf->ld.so.cache): Fix ld-conf variable name in comment.
2020-10-18nongnu: steam: Preserve DRI_PRIME environment variable.Oleg Pykhalov
* nongnu/packages/steam-client.scm (make-container-wrapper): Preserve DRI_PRIME environment variable.
2020-10-12nongnu: steam: Add ldconfig comment.ison
* nongnu/packages/steam-client.scm: Add comment explaining why ldconfig must be re-enabled in glibc.
2020-09-23nongnu: steam: Audio and Vulkan fixes.ison
* nongnu/packages/steam-client.scm: Use pulseaudio and nonguix utils modules. (steam-gameruntime-libs): Add pulseaudio. (nonguix-container->package): Add alsa-config to inputs. (make-container-internal): Add alsa-config to args and inputs. (make-internal-script): Add alsa-config to args and symlinks, symlink 32-bit Vulkan ICD files.
2020-09-17nongnu: steam: Fix desktop icon and python dependency.ison
* nongnu/packages/steam-client.scm (nonguix-container): Add link-files field. (nongnu-container->package): Symlink files in container link-files field. (steam)[link-files]: Add desktop file. (steam-gameruntime-libs): Add python.
2020-09-16nongnu: steam: Reduce dependencies.ison
* nongnu/packages/steam-client.scm (steam-client-libs) (steam-gameruntime-libs, steam): Reduce dependencies to a minimal set. (make-internal-script): Remove pulseaudio symlink.
2020-09-15nongnu: steam: Clean up.ison
* nongnu/packages/steam-client.scm: Add comment to top explaining container structure. (ld.so.conf->ld.so.cache): Replaces names with _. (nonguix-container->package): Remove container-name, union64, and union32 from let bindings, add newlines to inputs, fix args, and add symlinks for internal-script and manifest. (make-container-manifest): Improve document string. (make-container-internal)[synopsis, description]: Fix typos.
2020-09-15nongnu: steam: Update document strings.ison
* nongnu/packages/steam-client.scm: (fhs-ld.so.conf, ld.so.conf->ld.so.cache) (nonguix-container->package, make-container-wrapper, make-container-manifest) (make-container-internal, make-internal-script): Update document strings.
2020-09-15nongnu: steam: Fix fhs-internal versionison
* nongnu/packages/steam-client.scm (make-container-internal): Inherit version.
2020-09-15nongnu: steam: Preserve steam runtime vars.ison
* nongnu/packages/steam-client.scm (make-container-wrapper): Add runtime vars to preserved-env.
2020-09-15nongnu: steam: Use guile instead of bash for scripts.ison
* nongnu/packages/steam-client.scm: Use module guix records. (<nonguix-container>): New record type. (glibc-for-fhs-32, steam-libs-32, steam-libs-64): Removed. (packages->ld.so.conf): Rename to fhs-ld.so.conf and use static paths. (steam): Rename to steam-client, remove wrappers and inputs, and replace with new definition for steam. (fhs-min-libs): New alist. (steam-client-libs): Add bash and coreutils, remove glibc and glibc-32. (steam-gameruntime-libs): Add font-dejavu and font-liberation. (fhs-union, nonguix-container->package, make-container-wrapper) (make-container-manifest, make-container-internal) (make-internal-script): New functions.
2020-09-12nongnu: steam: Add controller support.ison
* nongnu/packages/steam-client.scm (steam)[arguments]: Expose paths /dev/input and /sys/class/input in the guix environment command.
2020-09-08nongnu: steam: Use manifest for propagated inputs.ison
* nongnu/packages/steam-client.scm (steam)[propagated-inputs]: Remove. [arguments]: Add former propagated-inputs to manifest.scm and fix quoting in store-item->manifest-entry output.
2020-09-07nongnu: steam: Fix vulkan.ison
* nongnu/packages/steam-client.scm (steam)[arguments]: Symlink mesa vulkan files to /usr/share/vulkan.
2020-09-07nongnu: steam: Improve package unions.ison
* nongnu/packages/steam-client.scm (union, package-output->package) (inputs->packages): Functions removed. (steam-client-libs): Specify outputs without package-output->package. (steam-libs-64, steam-libs-32): Build without inputs->packages.
2020-09-05nongnu: steam: Use format for scheme string.ison
* nongnu/packages/steam-client.scm (steam)[arguments]: Use format to print manifest.
2020-09-04nongnu: steam: Fix Desktop file and clean manifest.ison
nongnu/packages/steam-client.scm (steam)[steam.desktop]: Fix Exec typo. [manifest]: Rename to manifest.scm, add newlines and comment.
2020-09-03nongnu: Add steam.ison
* nongnu/packages/steam-client.scm: New file.