From aec04843b1460a7ad858a43e6cc08f5d0dcc1579 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 22 Nov 2014 16:22:43 -0500 Subject: Fix Guix environment config. * package.scm: Use LTDL_LIBRARY_PATH instead of LD_LIBRARY_PATH. --- package.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.scm') diff --git a/package.scm b/package.scm index 18097e8..a5343f9 100644 --- a/package.scm +++ b/package.scm @@ -33,13 +33,13 @@ (gnu packages maths) (gnu packages image)) -;; The development environment needs a tweaked LD_LIBRARY_PATH for +;; The development environment needs a tweaked LTDL_LIBRARY_PATH for ;; finding libfreeimage. (define freeimage (package (inherit freeimage) (native-search-paths (list (search-path-specification - (variable "LD_LIBRARY_PATH") + (variable "LTDL_LIBRARY_PATH") (directories '("lib"))))))) (package -- cgit v1.2.3