Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 825da79e authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

environ: Don't require a specific Guile version.

* guix-kernel/environ.scm (guile-current-version->path): Don't require a
specific Guile version.
parent 8a5bb9d5
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
(define (guile-current-version->path)
"Return path to current guile executable file."
(guile->bin-path (package-name->path (string-append "guile" "@" (version)))))
(guile->bin-path (package-name->path "guile")))
(define (guile-current-load-path->args-list)
"Return list of load path with '-L' prefix for each path."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment