From 669e1c1912430560e6f5fffc92d0e2710d015423 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 26 Feb 2021 17:03:33 +0530 Subject: Add indent to build dependencies. * guix.scm (extent-sampling): Add indent to native-inputs. --- guix.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'guix.scm') 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") -- cgit v1.2.3