aboutsummaryrefslogtreecommitdiff
path: root/gnu/build
diff options
context:
space:
mode:
authornixo <nicolo@nixo.xyz>2018-10-16 14:18:14 +0200
committerLudovic Courtès <ludo@gnu.org>2018-10-19 23:39:41 +0200
commitb5a927b3baa10d4eade7e7194db6c2b5b7d8c6b6 (patch)
tree82efbee40109c21f174a373e8d000179ac94074b /gnu/build
parent64791eb7e1dceb0940cc881e84820f0170298b34 (diff)
downloadguix-b5a927b3baa10d4eade7e7194db6c2b5b7d8c6b6.tar.gz
guix-b5a927b3baa10d4eade7e7194db6c2b5b7d8c6b6.zip
gnu: Add enchive.
* gnu/packages/crypto.scm (enchive): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/build')
0 files changed, 0 insertions, 0 deletions
e. (add-to-entropy-count): New procedure. * tests/syscalls.scm ("add-to-entropy-count"): New test. Ludovic Courtès 2019-06-27syscalls: 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