aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-02 21:03:21 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 21:01:42 +0000
commit4349a55ef7c193bea5fae79a12fe68920f32ce4b (patch)
tree210a93e2a6e79ee845456a1ca12e768521fe96af /HACKING
parent9e00e66b86e7d078a6bf33d7d0bb2c442d875b3b (diff)
downloadguix-4349a55ef7c193bea5fae79a12fe68920f32ce4b.tar.gz
guix-4349a55ef7c193bea5fae79a12fe68920f32ce4b.zip
gnu: python-base58: Adjust inputs.
* gnu/packages/python-crypto.scm (python-base58) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie9d7e2f043bdbbba711223cae99c8bd5d5e0e2c9
Diffstat (limited to 'HACKING')
0 files changed, 0 insertions, 0 deletions
n initialize the child's UID and GID mappings before continuing. Ludovic Courtès 2019-10-05syscalls: Add 'add-to-entropy-count'....* guix/build/syscalls.scm (RNDADDTOENTCNT): New variable. (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