From 66cc6e85f0138b15781e29a5853958d8cc4cf01d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 9 Feb 2015 14:33:53 -0500 Subject: Update environment. * env.scm: Update. --- env.scm | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'env.scm') diff --git a/env.scm b/env.scm index 9867c4f..823b291 100644 --- a/env.scm +++ b/env.scm @@ -3,7 +3,14 @@ (guix build-system gnu) (gnu packages autotools) (gnu packages guile) - (gnu packages package-management)) + (gnu packages gnupg)) + +(define libgcrypt + (package (inherit libgcrypt) + (native-search-paths + (list (search-path-specification + (variable "LTDL_LIBRARY_PATH") + (files '("lib"))))))) (package (name "guix-web") @@ -15,7 +22,8 @@ ("automake" ,automake))) (inputs `(("guile" ,guile-2.0) - ("guile-json" ,guile-json))) + ("guile-json" ,guile-json) + ("libgcrypt" ,libgcrypt))) (synopsis "Web frontend for GNU Guix") (description "Guix-web is a web interface to the GNU Guix package manager written in GNU Guile Scheme and JavaScript.") -- cgit v1.2.3