summaryrefslogtreecommitdiff
path: root/nonguix
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-10-22 14:16:40 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-11-11 20:56:03 -0500
commita36cce80288e4087421ccc1c536f0027b30d1b01 (patch)
treeffe29198a7bc2bb55c4a16bf76c0c47706268113 /nonguix
parenta82a68b07546d480701993560bbb4729386e772d (diff)
nonguix: multiarch-container: Remove pressure-vessel workaround.
Setting $PRESSURE_VESSEL_FILESYSTEMS_RO to "/gnu/store" is no longer needed for Steam as the fix has been merged upstream. Users can still set this environment variable (preserved in the container) if needed. * nonguix/multiarch-container.scm (make-container-wrapper): Remove setting $PRESSURE_VESSEL_FILESYSTEMS_RO.
Diffstat (limited to 'nonguix')
-rw-r--r--nonguix/multiarch-container.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/nonguix/multiarch-container.scm b/nonguix/multiarch-container.scm
index 6bb1916..8f92e6d 100644
--- a/nonguix/multiarch-container.scm
+++ b/nonguix/multiarch-container.scm
@@ -320,11 +320,6 @@ in a sandboxed FHS environment."
(args (cdr (command-line)))
(command (if DEBUG '()
`("--" ,run ,@args))))
- ;; TODO: Remove once upstream change is merged and in stable pressure-vessel
- ;; (although may want to hold off for anyone using older pressure-vessel versions
- ;; for whatever reason), see:
- ;; https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/merge_requests/406
- (setenv "PRESSURE_VESSEL_FILESYSTEMS_RO" "/gnu/store")
;; By default VDPAU drivers are searched for in libvdpau's store
;; path, so set this path to where the drivers will actually be
;; located in the container.