guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: guile-for-guile-emacs: Use guile-2.0 search paths.


From: Ricardo Wurmus
Subject: 01/01: gnu: guile-for-guile-emacs: Use guile-2.0 search paths.
Date: Mon, 29 Feb 2016 06:11:42 +0000

rekado pushed a commit to branch master
in repository guix.

commit daeb61f7a92a178b0ac4a5c11b62b962293517e5
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 28 20:42:13 2016 +0100

    gnu: guile-for-guile-emacs: Use guile-2.0 search paths.
    
    * gnu/packages/guile.scm (guile-for-guile-emacs)[native-search-paths]:
      Use the same search paths as guile-2.0.
---
 gnu/packages/guile.scm |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 5349fda..882a62d 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2016 Alex Sassmannshausen <address@hidden>
+;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -255,7 +256,16 @@ without requiring the source code to be rewritten.")
        ("flex" ,flex)
        ("texinfo" ,texinfo)
        ("gettext" ,gnu-gettext)
-       ,@(package-native-inputs guile-next)))))
+       ,@(package-native-inputs guile-next)))
+    ;; Same as in guile-2.0
+    (native-search-paths
+     (list (search-path-specification
+            (variable "GUILE_LOAD_PATH")
+            (files '("share/guile/site/2.0")))
+           (search-path-specification
+            (variable "GUILE_LOAD_COMPILED_PATH")
+            (files '("lib/guile/2.0/ccache"
+                     "share/guile/site/2.0")))))))
 
 
 ;;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]