diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-06-12 11:20:59 +0200 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-06-12 08:25:54 -0400 |
commit | 69c73672648fde45893129816ef988c077f8a64a (patch) | |
tree | 1073a0cca611558385fa564af36b56b2ff8129c3 | |
parent | da5773741e2c53fb26558bfadf54938a974d9175 (diff) |
Add "guix" to environment.
* env.scm: Add "guix" to inputs.
-rw-r--r-- | env.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |