aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libffcall.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-15 21:17:34 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-22 19:23:58 +0800
commite9cfcb8d36f14df87b49b857f4516f6d0b520410 (patch)
treec27d22acefea2cb2073576c10e88c7aee60ab826 /gnu/packages/libffcall.scm
parentcc1ddf8e6e846731634a156fc7106e1d45c88c62 (diff)
downloadguix-e9cfcb8d36f14df87b49b857f4516f6d0b520410.tar.gz
guix-e9cfcb8d36f14df87b49b857f4516f6d0b520410.zip
gnu: erofs-utils: Update to 1.8.3.
* gnu/packages/linux.scm (erofs-utils): Update to 1.8.3. Change-Id: I4747701b049fa5a2312cdaeca662601346d413d8
Diffstat (limited to 'gnu/packages/libffcall.scm')
0 files changed, 0 insertions, 0 deletions
honors <gexp-input> records....* guix/gexp.scm (lower-reference-graphs)[tuple->gexp-input]: Add ‘gexp-input?’ case. (gexp->derivation): Update docstring. * doc/guix.texi (G-Expressions): Adjust accordingly. * tests/gexp.scm ("references-file, non-default output"): New test. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I595cb75da0867ab8ab44552887dc06ed1d23315e Ludovic Courtès 2023-12-22gexp: Add compiler for <gexp-input>....* guix/gexp.scm (gexp-input-compiler): New procedure. * tests/gexp.scm ("gexp references non-existent output") ("gexp-input, as first-class input"): New tests. * doc/guix.texi (G-Expressions): Document it. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I95b58d6e4d77a54364026b4324fbb00125a9402e Ludovic Courtès 2023-11-25tests: Import (guix build syscalls) when (guix build store-copy) is used....Fixes a test failure introduced in 189525412e3d803f3f77e15ec4a62aaa57f65a2d. * guix/progress.scm: Autoload (guix build syscalls). * tests/gexp.scm ("gexp->derivation, store copy"): Add (guix build syscalls) to the list of imported modules. Use ‘with-imported-modules’ rather than #:modules. Change-Id: I8d3fe90f564ef4b1a340f34cee6c08a741f7b836 Ludovic Courtès