aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 85825c7..f82aa5c 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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")