[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")
- 09/14: gnu: Add chicken-iset., (continued)
- 09/14: gnu: Add chicken-iset., guix-commits, 2020/12/03
- 11/14: gnu: Add chicken-srfi-14., guix-commits, 2020/12/03
- 01/14: gnu: guile-semver: Switch to Guile 3.0., guix-commits, 2020/12/03
- 02/14: self: Factorize package dependency enumeration., guix-commits, 2020/12/03
- 06/14: gnu: Add chicken-test., guix-commits, 2020/12/03
- 07/14: gnu: Add chicken-srfi-1., guix-commits, 2020/12/03
- 14/14: nls: Update 'fr' translation of the manual., guix-commits, 2020/12/03
- 05/14: gnu: Use qualified license names in chicken.scm instead of selective import., guix-commits, 2020/12/03
- 10/14: gnu: Add chicken-datatype., guix-commits, 2020/12/03
- 12/14: gnu: Added chicken-agrep., guix-commits, 2020/12/03
- 03/14: gnu: chicken: Add 'CHICKEN_REPOSITORY_PATH' search path spec.,
guix-commits <=