Tomáš Čech <sleep_wal...@gnu.org> skribis: > * gnu/packages/admin.scm (wpa-supplicant): Install DBUS configuration file.
s/DBUS/D-Bus/ (in the subject line as well) > + (alist-cons-after > + 'install-man-pages 'install-dbus-conf > + (lambda* (#:key outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (dbus-path (string-append out "/etc/dbus-1/system.d"))) Add a space for proper alignment. s/dbus-path/dir/ for instance (with GNU conventions, “path” refers to a search path, not to a file/directory name.) OK to push with these changes. Thanks, Ludo’.