This patch was submitted upstream: https://github.com/scheme/scsh/pull/46 diff --git a/scheme/lib-dirs.scm b/scheme/lib-dirs.scm index a1fc009..c630fb4 100644 --- a/scheme/lib-dirs.scm +++ b/scheme/lib-dirs.scm @@ -75,6 +75,7 @@ (let ((val (read))) (cond ((eof-object? val) '()) ((string? val) (cons val (recur))) + ((symbol? val) (cons (symbol->string val) (recur))) ((not val) (append default-lib-dirs (recur))) (else (error od='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
AgeCommit message (Expand)Author
2024-08-04services: containerd: Provision separately from docker service....Oleg Pykhalov
2024-05-25gnu: Add tests for oci-container-service-type....Giacomo Leidi
2024-01-08tests: docker-system: Increase image size....Oleg Pykhalov
2023-05-10tests: docker-system: Add missing import....Ludovic Courtès
2023-05-06tests: Add missing module imports for marionette-evaluated code....Ludovic Courtès