aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ravanan7
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/ravanan b/bin/ravanan
index 2072a51..0237b58 100755
--- a/bin/ravanan
+++ b/bin/ravanan
@@ -25,10 +25,13 @@ exec guile --no-auto-compile -e main -s "$0" "$@"
(ice-9 filesystem)
(ice-9 match)
(web uri)
- (gnu packages) ;; required to load manifest files
(json)
(ravanan reader)
- (ravanan workflow))
+ (ravanan workflow)
+
+ ;; required to load manifest files
+ (gnu packages)
+ (guix profiles))
(define %options
(list (option (list "batch-system" "batchSystem") #t #f