guix-commits
[Top][All Lists]
Advanced

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

01/17: gnu: chez-scheme: Add search-path.


From: Federico Beffa
Subject: 01/17: gnu: chez-scheme: Add search-path.
Date: Wed, 19 Oct 2016 06:45:15 +0000 (UTC)

beffa pushed a commit to branch master
in repository guix.

commit 4b86dde0d6c7fd259d5a676114813bcbcaa9324b
Author: Federico Beffa <address@hidden>
Date:   Mon Oct 17 08:52:48 2016 +0200

    gnu: chez-scheme: Add search-path.
    
    * gnu/packages/scheme.scm (chez-scheme)[native-search-paths]: New field.
---
 gnu/packages/scheme.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 9597473..c461efb 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -635,6 +635,10 @@ threads.")
      `(("texlive" ,texlive)
        ("ghostscript" ,ghostscript-gs)
        ("netpbm" ,netpbm)))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "CHEZSCHEMELIBDIRS")
+            (files (list (string-append "lib/csv" version "-site"))))))
     (outputs '("out" "doc"))
     (arguments
      `(#:modules ((guix build gnu-build-system)



reply via email to

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