diff options
Diffstat (limited to 'gnu/packages/gawk.scm')
-rw-r--r-- | gnu/packages/gawk.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 6a77a692f5..730af0761c 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -261,4 +261,4 @@ programs can be captured and transferred to systems that have Awk but not (modify-inputs (package-inputs cppawk) (delete "gawk-mpfr") (prepend egawk-next))) - (synopsis "cppawk that calls Enhanced GNU Awk by default"))) + (synopsis "Wrapper script that adds C preprocessing to Enhanced GNU Awk"))) |