diff options
-rw-r--r-- | guix.scm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,6 +12,7 @@ (guix packages) (guix utils) (gnu packages bash) + (gnu packages code) (gnu packages guile) (gnu packages guile-xyz) (gnu packages maths) @@ -138,7 +139,10 @@ `(("gsl" ,gsl) ("guile" ,guile-3.0))) (native-inputs - `(("pkg-config" ,pkg-config) + `(("indent" ,indent) ; indent is really optional, but it indents + ; the generated C code making it + ; readable. That can be useful. + ("pkg-config" ,pkg-config) ("sph-sc" ,sph-sc))) (synopsis "Extent sampling library") (description "Extent sampling library") |