summaryrefslogtreecommitdiff
path: root/package.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-22 16:22:43 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-22 16:22:43 -0500
commitaec04843b1460a7ad858a43e6cc08f5d0dcc1579 (patch)
tree76a875cae43db818c870469c1b5e4538048ecf02 /package.scm
parent77f22c24c1703af399d105c2cf79de7b49254210 (diff)
Fix Guix environment config.
* package.scm: Use LTDL_LIBRARY_PATH instead of LD_LIBRARY_PATH.
Diffstat (limited to 'package.scm')
-rw-r--r--package.scm4
1 files changed, 2 insertions, 2 deletions
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