From 69c73672648fde45893129816ef988c077f8a64a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 12 Jun 2015 11:20:59 +0200 Subject: Add "guix" to environment. * env.scm: Add "guix" to inputs. --- env.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/env.scm b/env.scm index 823b291..d3506bd 100644 --- a/env.scm +++ b/env.scm @@ -3,6 +3,7 @@ (guix build-system gnu) (gnu packages autotools) (gnu packages guile) + (gnu packages package-management) (gnu packages gnupg)) (define libgcrypt @@ -23,6 +24,7 @@ (inputs `(("guile" ,guile-2.0) ("guile-json" ,guile-json) + ("guix" ,guix) ("libgcrypt" ,libgcrypt))) (synopsis "Web frontend for GNU Guix") (description "Guix-web is a web interface to the GNU Guix package -- cgit v1.2.3