aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/arcan.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-12-17 01:12:45 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2023-12-17 01:27:03 -0500
commit1b0e216ad68cf5a893d4007d1373cdc30c820df6 (patch)
treef662c17a97948e5af11a6a1db9e4daea1852640a /gnu/packages/arcan.scm
parentbc7713fa8878ab8a2158c8660d9b2bbb8fb2f77e (diff)
downloadguix-1b0e216ad68cf5a893d4007d1373cdc30c820df6.tar.gz
guix-1b0e216ad68cf5a893d4007d1373cdc30c820df6.zip
gnu: mesa: Update to 23.3.1.
* gnu/packages/gl.scm (mesa): Update to 23.3.1. Change-Id: Idf4393b4fa5b7df7a78bd88d7591385023460b5b
Diffstat (limited to 'gnu/packages/arcan.scm')
0 files changed, 0 insertions, 0 deletions
-tooltip'>* 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 2017-07-12syscalls: Add network-interface-running?...* guix/build/syscalls.scm (network-interface-running?): New variable. Export it. * tests/syscalls.scm: Add test. Co-authored-by: John Darrington <jmd@gnu.org> Danny Milosavljevic 2017-06-16syscalls: Add 'scandir*'....* guix/build/syscalls.scm (%struct-dirent-header): New C struct. (string->pointer/utf-8, pointer->string/utf-8): New procedures. (opendir*, closedir*, readdir*, scandir*): New procedures. * tests/syscalls.scm ("scandir*, ENOENT") ("scandir*, ASCII file names", "scandir*, UTF-8 file names") ("scandir*, properties): New tests. Ludovic Courtès