diff --git a/guix/gexp.scm b/guix/gexp.scm index cf94d9d5f4..0dcb4b2c80 100644 --- a/guix/gexp.scm +++ b/guix/gexp.scm @@ -689,7 +689,7 @@ This is the declarative counterpart of 'gexp->file'." (match file (($ base suffix) (format port "#" base - (string-join suffix))))) + (string-concatenate suffix))))) (set-record-type-printer! write-file-append)