[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49889] [PATCH 2/5] gnu: gerbil: Add 'native-search-paths' field.
From: |
Xinglu Chen |
Subject: |
[bug#49889] [PATCH 2/5] gnu: gerbil: Add 'native-search-paths' field. |
Date: |
Thu, 05 Aug 2021 16:09:39 +0200 |
* gnu/packages/gerbil.scm (gerbil): Add ‘native-search-paths’ field.
---
gnu/packages/gerbil.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/gerbil.scm b/gnu/packages/gerbil.scm
index 69e7ae76a8..90559e9ea2 100644
--- a/gnu/packages/gerbil.scm
+++ b/gnu/packages/gerbil.scm
@@ -125,6 +125,10 @@
("zlib" ,zlib)
("openssl" ,openssl)
("sqlite" ,sqlite)))
+ (native-search-paths
+ (list (search-path-specification
+ (variable "GERBIL_LOADPATH")
+ (files (list "lib/gerbil")))))
(synopsis "Meta-dialect of Scheme with post-modern features")
(description "Gerbil is an opinionated dialect of Scheme designed for
Systems
Programming, with a state of the art macro and module system on top of the
Gambit
--
2.32.0