aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2018-10-21 22:31:56 +1000
committerBen Woodcroft <donttrustben@gmail.com>2018-10-21 22:31:56 +1000
commit617c478506888daea35dceeda3679196eb8a5177 (patch)
tree37829911b74d56b9fb9e3c0b8cb9afb813c10788 /etc/snippets
parent21c837405a7d46590fbe1d9e45e16a56f182e451 (diff)
downloadguix-617c478506888daea35dceeda3679196eb8a5177.tar.gz
guix-617c478506888daea35dceeda3679196eb8a5177.zip
gnu: python2-dendropy: Disable failing test.
* gnu/packages/bioinformatics.scm (python2-dendropy)[arguments]: Disable failing test.
Diffstat (limited to 'etc/snippets')
0 files changed, 0 insertions, 0 deletions
nu/system/linux-container.scm (container-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