aboutsummaryrefslogtreecommitdiff
path: root/etc/copyright.el
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-26 21:39:08 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-26 21:53:46 +0200
commit999d403ba19a37895ad1c47a21a2fced0597e678 (patch)
tree2e1ceefbe56241667c03140c217f20b6c7055d86 /etc/copyright.el
parent2af49666f578b12e4629ac2be5678dc2d1d6d9ee (diff)
downloadguix-999d403ba19a37895ad1c47a21a2fced0597e678.tar.gz
guix-999d403ba19a37895ad1c47a21a2fced0597e678.zip
gnu: kiwix-desktop: Add missing input.
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add libmicrohttpd.
Diffstat (limited to 'etc/copyright.el')
0 files changed, 0 insertions, 0 deletions
tainer-script)[script]: Define 'explain' and pass it as #:process-spawned-hook'. Ludovic Courtès 2019-07-06linux-container: Mount a new /dev/pts instance in the container....Fixes <https://bugs.gnu.org/36463>. Reported by Steffen Rytter Postas <nc@scalehost.eu>. * gnu/build/linux-container.scm (mount-file-systems): When /dev/ptmx exists on the host, explicitly mount a new instance of devpts and make /dev/ptmx a symlink to /dev/pts/ptmx. Ludovic Courtès 2019-06-23linux-container: Remove dependency on (guix utils)....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