~ chicken-core (chicken-5) 1cee047bc3617c9a19ccc284255e8a4459e98c4e


commit 1cee047bc3617c9a19ccc284255e8a4459e98c4e
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Feb 11 15:49:42 2023 +0100
Commit:     Felix Winkelmann <felix.winkelmann@bevuta.com>
CommitDate: Mon Feb 27 00:47:05 2023 +0100

    chicken-install: Add -location command line option
    
    The -location (short: -l) command line option is equivalent to the
    `location' form in setup.defaults.
    
    The command line option takes precedence over the form in
    setup.defaults.
    
    Signed-off-by: Felix Winkelmann <felix.winkelmann@bevuta.com>

diff --git a/NEWS b/NEWS
index 82e0b603..23661fc2 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,9 @@
     component-dependencies should build-depend on their import
     libraries).
   - chicken-install now caches eggs installed from local locations.
+  - chicken-install now accepts the -location command line option
+    (short: -l) to specify local directories where to get egg sources
+    from.
 
 - Compiler
   - When emitting types files, the output list is now sorted, to ensure
Trap