summaryrefslogtreecommitdiff
path: root/gnu/packages/cook.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-12-13 16:29:21 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-12-13 16:29:21 -0500
commit6dffced09ecda024e0884e352778c221ad066fd6 (patch)
tree1707e8d8df4d9c47317a39ab6abbfc2ca66a6c29 /gnu/packages/cook.scm
parentb603554ed044638dd40b6863d5dada59eefe03b8 (diff)
parente3196755e60ba7f1ed9d432e73f26a85e0c8893c (diff)
Merge branch 'core-updates-frozen' into 'master'.
At last!
Diffstat (limited to 'gnu/packages/cook.scm')
-rw-r--r--gnu/packages/cook.scm22
1 files changed, 11 insertions, 11 deletions
diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm
index ba13709eda..7a064480d4 100644
--- a/gnu/packages/cook.scm
+++ b/gnu/packages/cook.scm
@@ -70,17 +70,17 @@
(setenv "SH" (which "sh"))
#t)))))
- (native-inputs `(("bison" ,bison)
- ;; For building the documentation:
- ("groff" ,groff)
- ;; For the tests:
- ("sharutils" ,sharutils)
- ;; One test wants rsh. However there is no rsh server
- ;; running in the build environment and so far as I'm
- ;; aware, it cannot be started without root.
- ;; This test is therefore just skipped.
- ;; ("inetutils" ,inetutils)
- ("ed" ,ed)))
+ (native-inputs (list bison
+ ;; For building the documentation:
+ groff
+ ;; For the tests:
+ sharutils
+ ;; One test wants rsh. However there is no rsh server
+ ;; running in the build environment and so far as I'm
+ ;; aware, it cannot be started without root.
+ ;; This test is therefore just skipped.
+ ;; ("inetutils" ,inetutils)
+ ed))
(home-page (string-append "https://web.archive.org/web/20140727122520/"
"http://miller.emu.id.au/pmiller/software/cook/"))
(synopsis "Tool for constructing files")