From f0435638778d49bf48bc865b4a768d3118e72397 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 11 Feb 2017 11:48:15 -0600 Subject: [PATCH] move some native-inputs into inputs --- guix.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guix.scm b/guix.scm index 338b0b4..e440327 100644 --- a/guix.scm +++ b/guix.scm @@ -102,11 +102,11 @@ (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) - ("guile" ,guile-without-select-bug) - ("guile-8sync" ,guile-8sync-latest) - ("guile-irregex" ,guile2.2-irregex) ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) + (inputs `(("guile" ,guile-without-select-bug) + ("guile-8sync" ,guile-8sync-latest) + ("guile-irregex" ,guile2.2-irregex))) (arguments `(#:phases (modify-phases %standard-phases (add-before 'configure 'bootstrap -- 2.31.1