home: Fix macro usage.

Julien LepillerThu Sep 19 23:38:18+0200 2019

d448f3c

home: Fix macro usage. * home.scm: Fix macro usage.

home.scm

145145
for home configuration of type '~a'")
146146
                              (location->string location)
147147
                              (home-type-name type)))))))
148-
        (user-home type default))))
148+
        (make-user-home type default))))
149149
150150
(define-condition-type &home-error &error
151151
  home-error?)