From 23afe939a2282369900e0e7a33405cc613d7a405 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 17 Sep 2015 23:28:59 +0200 Subject: system: pam: Use 'computed-file' instead of 'gexp->derivation'. * gnu/system/linux.scm (pam-service->configuration): Use 'computed-file' instead of 'gexp->derivation'. (pam-services->directory): Likewise. * gnu/system.scm (etc-directory): Adjust accordingly. --- gnu/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/system.scm') 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)) -- cgit v1.2.3