aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-11-02 22:26:33 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-11-02 22:26:40 +0100
commit55468e5000e6ab91fd27c054b6398325f1efeeb9 (patch)
tree9808d0fbc6f1aa919dd92ba6ee3185384888a95a
parentAdd slightly silly parse-tree. (diff)
downloadcalp-55468e5000e6ab91fd27c054b6398325f1efeeb9.tar.gz
calp-55468e5000e6ab91fd27c054b6398325f1efeeb9.tar.xz
Minor changes to env and ical.
-rwxr-xr-xenv6
-rw-r--r--module/output/ical.scm14
2 files changed, 10 insertions, 10 deletions
diff --git a/env b/env
index 2ba1cd1d..c1bd360f 100755
--- a/env
+++ b/env
@@ -3,10 +3,10 @@
root=$(dirname $(realpath $BASH_SOURCE))
GUILE_LOAD_PATH="$root/module:$GUILE_LOAD_PATH"
-GUILE_LOAD_COMPILED_PATH="$root/obj/module:$GUILE_LOAD_COMPILED_PATH"
-LD_LIBRARY_PATH="$root/lib:$LD_LIBRARY_PATH"
+#GUILE_LOAD_COMPILED_PATH="$root/obj/module:$GUILE_LOAD_COMPILED_PATH"
+#LD_LIBRARY_PATH="$root/lib:$LD_LIBRARY_PATH"
export GUILE_LOAD_PATH GUILE_LOAD_COMPILED_PATH LD_LIBRARY_PATH
-export GUILE_AUTO_COMPILE=0
+#export GUILE_AUTO_COMPILE=0
# exec "$@"
diff --git a/module/output/ical.scm b/module/output/ical.scm
index c8d9a11d..5eff7915 100644
--- a/module/output/ical.scm
+++ b/module/output/ical.scm
@@ -1,11 +1,11 @@
(define-module (output ical)
- use-module: (ice-9 getopt-long)
- use-module: (ice-9 format)
- use-module: (vcomponent)
- use-module: (srfi srfi-19)
- use-module: (srfi srfi-19 util)
- use-module: (srfi srfi-41)
- use-module: (srfi srfi-41 util)
+ :use-module (ice-9 getopt-long)
+ :use-module (ice-9 format)
+ :use-module (vcomponent)
+ :use-module (srfi srfi-19)
+ :use-module (srfi srfi-19 util)
+ :use-module (srfi srfi-41)
+ :use-module (srfi srfi-41 util)
)
(define opt-spec