aboutsummaryrefslogtreecommitdiff
path: root/tests/builders.scm
diff options
context:
space:
mode:
authorzamfofex <zamfofex@twdb.moe>2024-03-26 17:01:05 -0300
committerChristopher Baines <mail@cbaines.net>2024-03-27 12:30:55 +0000
commit560062aaeabb485e7f53f8f5e6449b9a35aa9ca2 (patch)
treeb85b820423c2e472fdb7e7a9b2b266f04902d1ae /tests/builders.scm
parent2ba3bd786e37115facd6e59357dc2123df973fa8 (diff)
downloadguix-560062aaeabb485e7f53f8f5e6449b9a35aa9ca2.tar.gz
guix-560062aaeabb485e7f53f8f5e6449b9a35aa9ca2.zip
gnu: moonfish: Improve description.
* gnu/packages/games.scm (moonfish): Reword description. Change-Id: I1641cedc34f28dc47b021be6bcfc2943b9abcc0d Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'tests/builders.scm')
0 files changed, 0 insertions, 0 deletions
'flush-output-port'. * guix/store.scm (process-stderr): Likewise. * guix/tests.scm: Likewise. * guix/utils.scm: Use (ice-9 binary-ports) and autoload (rnrs io ports) for 'make-custom-binary-input-port'. 2016-06-12serialization: Add #:select? parameter to 'write-file'.Ludovic Courtès * guix/serialization.scm (write-file): Add #:select? parameter and honor it. * tests/nar.scm ("write-file #:select? + restore-file"): New test. 2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès * guix/utils.scm (compile-time-value, memoize, fold2) (fold-tree, fold-tree-leaves): Move to... * guix/combinators: ... here. New file. * tests/utils.scm ("fold2, 1 list", "fold2, 2 lists") (fold-tree tests): Move to... * tests/combinators.scm: ... here. New file. * Makefile.am (MODULES, SCM_TESTS): Add them. * gnu/packages.scm, gnu/packages/bootstrap.scm, gnu/services/herd.scm, guix/build-system/gnu.scm, guix/build-system/python.scm, guix/derivations.scm, guix/gnu-maintenance.scm, guix/import/elpa.scm, guix/scripts/archive.scm, guix/scripts/build.scm, guix/scripts/graph.scm, guix/scripts/lint.scm, guix/scripts/size.scm, guix/scripts/substitute.scm, guix/serialization.scm, guix/store.scm, guix/ui.scm: Adjust imports accordingly.