aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/keymap.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-03-14 23:50:53 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2023-03-16 15:50:29 +0100
commit4ec1589a43cec5350e651e96d61aa125bd9bdcb9 (patch)
treebb4a2f97e9493bfdcf3652c204846176887ce8af /gnu/installer/keymap.scm
parentdf6edddc5c6561b2e52111e380d6f9cf3b6ac523 (diff)
downloadguix-4ec1589a43cec5350e651e96d61aa125bd9bdcb9.tar.gz
guix-4ec1589a43cec5350e651e96d61aa125bd9bdcb9.zip
gnu: Add cl-promise.
* gnu/packages/lisp-xyz.scm (cl-promise, ecl-promise, sbcl-promise): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/installer/keymap.scm')
0 files changed, 0 insertions, 0 deletions
ls.scm?id=a8f3424b25cbbc585126420bcc1434c4a2398588'>syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro....Ludovic Courtès 2016-05-02syscalls: Add 'tcgetattr' and 'tcsetattr' bindings....Ludovic Courtès 2016-04-25syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl....Ludovic Courtès 2016-04-25syscalls: Add 'statfs'....Ludovic Courtès 2016-04-16syscalls: 'terminal-columns' ignores non-file ports....Ludovic Courtès 2016-04-15syscalls: Add TIOCGWINSZ bindings....Ludovic Courtès 2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin 2016-03-25syscalls: 'interface-address' can return #f....Ludovic Courtès 2015-11-03build: container: Add feature test predicates....David Thompson 2015-08-27tests: Skip 'set-network-interface-address' test when running as root....Ludovic Courtès 2015-07-25syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'....Ludovic Courtès 2015-07-25syscalls: Rename 'network-interfaces' and 'all-network-interfaces'....Ludovic Courtès 2015-07-10tests: Skip namespace-related tests when that feature is missing....Ludovic Courtès 2015-07-07build: syscalls: Add pivot-root....David Thompson 2015-07-07build: syscalls: Add setns....David Thompson 2015-07-07build: syscalls: Add clone....David Thompson 2015-07-07build: syscalls: Add mkdtemp!...David Thompson