diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |