aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-10 00:44:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-10 13:35:33 +0100
commite0f6d366ca8508d4a49eb636e8ee7e047079e32a (patch)
tree4af62f7e417c9083cd5936ec8a023f7ea6cd689b /.mailmap
parentb5bf3dd996943df5e93c9b9bc2c07f51e316844a (diff)
downloadguix-e0f6d366ca8508d4a49eb636e8ee7e047079e32a.tar.gz
guix-e0f6d366ca8508d4a49eb636e8ee7e047079e32a.zip
gnu: xfce4-whiskermenu-plugin: Download over HTTPS.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin)[source]: Use HTTPS.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions
/a>...Fixes a bug whereby derivations importing (gnu build linux-container), such as the 'bitlbee' and 'tor' services, would depend on the user's (guix config) file, which was pulled as a dependency of (guix utils). As a result, those derivations would vary from user to user. * gnu/build/linux-container.scm (call-with-temporary-directory): New procedure. Ludovic Courtès 2019-04-02linux-container: Make the guest UID and GID a parameter....* gnu/build/linux-container.scm (initialize-user-namespace): Add #:guest-uid and #:guest-gid parameters and honor them. (run-container): Likewise. (call-with-container): Likewise. * tests/containers.scm ("call-with-container, user namespace, guest UID/GID"): New test. Ludovic Courtès