aboutsummaryrefslogtreecommitdiff
path: root/etc/hurd-manifest.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-17 23:09:47 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-17 23:09:47 +0100
commit10c66d537df7530294dd7664247c7711b0024429 (patch)
treedd08c1a2e5df04eb725a4f9faf76570637305e0f /etc/hurd-manifest.scm
parent20a87c1ed22fbf921c49400c01f48793177816bb (diff)
downloadguix-10c66d537df7530294dd7664247c7711b0024429.tar.gz
guix-10c66d537df7530294dd7664247c7711b0024429.zip
gnu: r-expm: Update to 0.999-9.
* gnu/packages/cran.scm (r-expm): Update to 0.999-9. Change-Id: Ia036cd592e465af3101385d1aff5e0e850f5a8a9
Diffstat (limited to 'etc/hurd-manifest.scm')
0 files changed, 0 insertions, 0 deletions
tem mappings to help hide the identity of the calling user in a container. * doc/guix.texi (Invoking guix environment)[--container]: Mention --user. [--user]: Add item. * guix/scripts/environment.scm (show-help): Add --user. (%options): Add --user. (launch-environment/container) Add 'user' parameter. Update doc. Override 'user-mappings' using 'override-user-mappings'. Consider override for chdir. (mock-passwd, user-override-home, overrid-euser-dir): New procedures. (guix-environment): Disallow --user without --container. Provide user to 'launch-environment/container'. * tests/guix-environment.sh: Add user test. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mike Gerwitz 2018-03-02environment: Add --link-profile....This change is motivated by attempts to run programs (like GNU IceCat) within containers. The 'fontconfig' program, for example, is configured explicitly to check ~/.guix-profile for additional fonts. There were no existing container tests in 'tests/guix-environment.sh', but I added one anyway for this change. * doc/guix.texi (Invoking guix environment): Add '--link-profile'. * guix/scripts/environment.scm (show-help): Add '--link-profile'. (%options): Add 'link-profile' as '#\P', assigned to 'link-profile?'. (link-environment): New procedure. (launch-environment/container): Use it when 'link-profile?'. [link-profile?]: New parameter. (guix-environment): Leave when '--link-prof' but not '--container'. Add '#:link-profile?' argument to 'launch-environment/container' application. * tests/guix-environment-container.sh: New '--link-profile' test. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Mike Gerwitz 2016-08-29tests: Fix 'guix environment --container' test in the presence of tmpfs....Reported by Ting-Wei Lan <lantw44@gmail.com>. This is a followup to 1250034d5aff14fe236aad9900233a2b6f8563bb. * tests/guix-environment-container.sh (mount_test_code): Reverse order of 'string-prefix?' arguments. Ludovic Courtès 2016-07-31tests: 'guix-environment-container.sh' works when run from a tmpfs....Fixes <http://bugs.gnu.org/22004>. Reported by Ting-Wei Lan <lantw44@gmail.com>. * tests/guix-environment-container.sh (mount_test_code): Add 'match' clause to ignore "/"; augment clause that ignores specific file system types such that it does not ignore parent mount points. Ludovic Courtès