nonguix/nonguix
John Kehayias 1f91ecd3c0
nonguix: multiarch-container: Set LD_LIBRARY_PATH inside container.
Fixes #303.

Previously LD_LIBRARY_PATH was being set before the container was launched,
which could cause issues on some foreign distros where this alters what is
loaded from an FHS structure.  This was only meant to be set inside the
container, though this didn't cause any issues on a Guix System.

* nonguix/multiarch-container.scm (make-container-wrapper): Move setting
LD_LIBRARY_PATH from here ...
(make-internal-script): ... to here.
2024-01-06 17:01:18 -05:00
..
build nonguix: binary: Cleanup when an unknown binary extension is detected. 2024-01-04 23:19:53 +01:00
build-system nonguix: chromium-binary-build-system: Use gcc:lib. 2023-09-03 11:26:26 -04:00
download.scm *.scm: Use SPDX license identifiers. 2022-12-19 17:17:39 +01:00
licenses.scm *.scm: Use SPDX license identifiers. 2022-12-19 17:17:39 +01:00
modules.scm *.scm: Use SPDX license identifiers. 2022-12-19 17:17:39 +01:00
multiarch-container.scm nonguix: multiarch-container: Set LD_LIBRARY_PATH inside container. 2024-01-06 17:01:18 -05:00
utils.scm nonguix: Add missing copyright line. 2022-12-19 17:25:05 +01:00