unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Enable pam in xlock
@ 2016-10-17 19:49 John Darrington
  2016-10-18 12:30 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: John Darrington @ 2016-10-17 19:49 UTC (permalink / raw)
  To: guix-devel; +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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-19  5:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 19:49 [PATCH] gnu: Enable pam in xlock John Darrington
2016-10-18 12:30 ` Ludovic Courtès
2016-10-19  5:06   ` John Darrington

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).