aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/pam.scm
diff options
context:
space:
mode:
authorNavid Afkhami <navid.afkhami@mdc-berlin.de>2024-11-13 17:40:32 +0000
committerRicardo Wurmus <rekado@elephly.net>2024-11-13 19:08:39 +0100
commitbf96496f177c961260523ada850d10a057f9032a (patch)
treee8b3cef73fcc334eef0b0bd15e0f21d14b0c9960 /gnu/tests/pam.scm
parent07cd046c209f192032b425d2ee44f6025bff63a1 (diff)
downloadguix-bf96496f177c961260523ada850d10a057f9032a.tar.gz
guix-bf96496f177c961260523ada850d10a057f9032a.zip
gnu: Add python-pybio.
* gnu/packages/bioinformatics.scm (python-pybio): New variable. Change-Id: I8f5c9cb6c7bb03cbc95386e67d46b1bdd78e01f2 Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/tests/pam.scm')
0 files changed, 0 insertions, 0 deletions
lls: Add 'terminal-rows'....* guix/build/syscalls.scm (terminal-dimension): New procedure. (terminal-columns): Rewrite in terms of 'terminal-dimension'. (terminal-rows): New procedure. * tests/syscalls.scm ("terminal-rows"): New test. Ludovic Courtès 2018-07-03syscalls: Define AT_SYMLINK_NOFOLLOW et al....* guix/build/syscalls.scm (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR) (AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUNT, AT_EMPTY_PATH): New variables. * tests/syscalls.scm ("utime with AT_SYMLINK_NOFOLLOW"): New test. Ludovic Courtès 2018-04-08tests: Skip 'pivot-root' test on Ubuntu's 4.4 kernels....Fixes <https://bugs.gnu.org/25476>. Reported by Paul Garlick <pgarlick@tourbillion-technology.com> and Maria Sidorova <hydromasha@gmail.com>. * tests/syscalls.scm ("pivot-root"): Skip on known-bad Ubuntu kernels. Ludovic Courtès 2017-11-25syscalls: Adjust utmpx test....Fixes <https://bugs.gnu.org/29426>. Reported by Adonay Felipe Nogueira <adfeno@hyperbola.info>. * tests/syscalls.scm ("utmpx-entries"): Check the value of (utmpx-entries entry) only for INIT_PROCESS, LOGIN_PROCESS, and USER_PROCESS entries. Ludovic Courtès