aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/messaging.scm
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2020-09-20 12:06:35 +0530
committerArun Isaac <arunisaac@systemreboot.net>2020-10-12 11:42:01 +0530
commit4a40a6e6f4d8cffac0135356b255fa991c963b28 (patch)
tree1b2fa93b911ebc5da3f7bc11138777020ae857c3 /gnu/tests/messaging.scm
parentf99063f4ab3ef68a96a407258fa0b236893f1ca8 (diff)
downloadguix-4a40a6e6f4d8cffac0135356b255fa991c963b28.tar.gz
guix-4a40a6e6f4d8cffac0135356b255fa991c963b28.zip
gnu: Add rust-tokio-tls-0.3.
* gnu/packages/crates-io.scm (rust-tokio-tls-0.3): New variable.
Diffstat (limited to 'gnu/tests/messaging.scm')
0 files changed, 0 insertions, 0 deletions
75e6e0ab17f2a6f0 and e3c6575ee93741a43003cd1aa4663151dd90b9f5, which introduced unquote-splicing without changing quote to quasiquote. * gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Use quasiquote, note quote. Ludovic Courtès 2022-11-28system: hurd: Create more ttys....* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add more /dev/ttyN nodes. * gnu/system/hurd.scm (%base-services/hurd): Add more 'hurd-getty-service-type' instances. Ludovic Courtès 2022-11-28hurd-boot: Explain why 'getxattr' cannot be used on GNU/Hurd....This is a followup to f25e8f76fec03e5a31c221e7427d6962ece1aa67. * gnu/build/hurd-boot.scm (translated?): Clarify why 'getxattr' cannot be used on GNU/Hurd. Ludovic Courtès 2022-11-28hurd-boot: Create more PTY nodes....* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create more /dev/ptyp* and /dev/ttyp* nodes. Ludovic Courtès