GNU bug report logs - #73214
swaylock-1.8.0 build failure

Previous Next

Package: guix;

Reported by: "bdju" <bdju <at> tilde.team>

Date: Thu, 12 Sep 2024 22:24:01 UTC

Severity: normal

Done: "bdju" <bdju <at> tilde.team>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Rutherther <rutherther <at> protonmail.com>
To: 73214 <at> debbugs.gnu.org
Cc: bdju <bdju <at> tilde.team>
Subject: bug#73214: swaylock-1.8.0 build failure
Date: Sun, 15 Sep 2024 11:53:47 +0000
Hello,

better solution is to use pam, and we resolved how
in the #guix IRC channel. But for completion, to fix
swaylock/no-pam, libxcrypt has to be added, see:

---
(use-modules
 (guix packages)
 (gnu packages crypto)
 (gnu packages wm))

(define-public swaylock/no-pam
	(package
		(inherit swaylock)
		(name "swaylock-no-pam")
		(inputs
     (modify-inputs (package-inputs swaylock)
       (delete "linux-pam")
       (append libxcrypt)))))

swaylock/no-pam





This bug report was last modified 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.