diff options
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 92a3ca3e6e..cb0ee90e09 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -447,7 +447,7 @@ on SHELLS. /etc/shells is used by xterm, polkit, and other programs." (sudoers-file (plain-file "sudoers" ""))) "Return a derivation that builds the static part of the /etc directory." (mlet* %store-monad - ((pam.d (pam-services->directory pam-services)) + ((pam.d -> (pam-services->directory pam-services)) (login.defs (text-file "login.defs" "# Empty for now.\n")) (shells (shells-file shells)) (emacs (emacs-site-directory)) |