guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: chicken: Add 'CHICKEN_REPOSITORY_PATH' search path spec.


From: guix-commits
Subject: 03/14: gnu: chicken: Add 'CHICKEN_REPOSITORY_PATH' search path spec.
Date: Thu, 3 Dec 2020 10:25:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 918a643bf905de2e027be50ca9a461f4af811e32
Author: raingloom <raingloom@riseup.net>
AuthorDate: Mon Oct 12 04:11:59 2020 +0200

    gnu: chicken: Add 'CHICKEN_REPOSITORY_PATH' search path spec.
    
    * gnu/packages/chicken.scm (chicken)[native-search-paths]: New field.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/chicken.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/chicken.scm b/gnu/packages/chicken.scm
index 729cf25..ac52d3a 100644
--- a/gnu/packages/chicken.scm
+++ b/gnu/packages/chicken.scm
@@ -59,6 +59,11 @@
 
        ;; Parallel builds are not supported, as noted in README.
        #:parallel-build? #f))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "CHICKEN_REPOSITORY_PATH")
+            ;; TODO extract binary version into a module level definition.
+            (files (list "var/lib/chicken/11")))))
     (propagated-inputs `(("gcc-toolchain" ,gcc-toolchain)))
     (home-page "https://www.call-cc.org/";)
     (synopsis "R5RS Scheme implementation that compiles native code via C")



reply via email to

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