1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

Merge branch 'staging' into core-updates

This commit is contained in:
Marius Bakke
2018-08-25 16:44:07 +02:00
162 changed files with 51919 additions and 10837 deletions

View File

@@ -29,8 +29,8 @@
#:use-module (ice-9 match))
(define %guile-executable
(match (command-line)
((program . _)
(match (false-if-exception (readlink "/proc/self/exe"))
((? string? program)
(and (file-exists? program) (elf-file? program)
program))
(_