From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: [PATCH] gnu: Enable pam in xlock Date: Mon, 17 Oct 2016 21:49:43 +0200 Message-ID: <1476733783-1474-1-git-send-email-jmd@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwDuy-0002IU-QR for guix-devel@gnu.org; Mon, 17 Oct 2016 15:49:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwDuw-00068a-4h for guix-devel@gnu.org; Mon, 17 Oct 2016 15:49:52 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: John Darrington * gnu/packages/xdisorg.scm (xlockmore) [arguments]: Add --enable-pam --- gnu/packages/xdisorg.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 323ff11..0fe9c94 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -563,7 +563,8 @@ things less distracting.") "138d79b8zc2hambbr9fnxp3fhihlcljgqns04zf0kv2f53pavqwl")))) (build-system gnu-build-system) (arguments - '(#:configure-flags (list (string-append "--enable-appdefaultdir=" + '(#:configure-flags (list "--enable-pam" + (string-append "--enable-appdefaultdir=" (assoc-ref %outputs "out") "/lib/X11/app-defaults")) #:tests? #f)) ;no such thing as a test suite -- 2.1.4