From 191fffe866f720d83b65dcc9351c50d83ca9a5b1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Dec 2025 20:09:34 +0000 Subject: doc: Do not capture output in prefix arguments example. The output capture distracts from the main message. --- doc/prefix-arguments.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/prefix-arguments.scm b/doc/prefix-arguments.scm index ec95aeb..bb54620 100644 --- a/doc/prefix-arguments.scm +++ b/doc/prefix-arguments.scm @@ -1,5 +1,2 @@ (command #:inputs (source #:type File) (output_filename #:type string) - #:run "gcc" source ("-o" output_filename) - #:outputs (executable - #:type File - #:binding ((glob . "$(inputs.output_filename)")))) + #:run "gcc" source ("-o" output_filename)) -- cgit 1.4.1