summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-04-21 22:23:13 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-04-21 22:23:13 -0400
commit08283ce8448f9ebf6be28fecf8c730e9f99e3f47 (patch)
treede460786949318848d2b710e65f767ee3495d587 /guix.scm
parentb4daa495779da4cfc80f00a642648143cbf313b6 (diff)
Add syntax highlighting to html manual.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 046e7d6..076203b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -52,6 +52,7 @@
(gnu packages readline)
(gnu packages texinfo)
(gnu packages guile)
+ (gnu packages guile-xyz)
(gnu packages gl)
(gnu packages sdl)
(gnu packages maths)
@@ -133,7 +134,7 @@ SDL2 C shared library via the foreign function interface.")
(lambda _
(invoke "sh" "bootstrap"))))))
(native-inputs
- (list autoconf automake pkg-config texinfo))
+ (list autoconf automake guile-syntax-highlight pkg-config texinfo))
(inputs
(list freetype
target-guile