gnu: xlockmore: Add libxcrypt dependency.

* gnu/packages/xdisorg.scm (xlockmore): Add libxcrypt dependency.

Change-Id: Idfaed843b40db41b3c7c64cbb32765cefc28238e
This commit is contained in:
Josselin Poiret 2024-03-04 23:24:58 +01:00 committed by Ludovic Courtès
parent 4eb52d484e
commit b388be75b1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -107,6 +107,7 @@ (define-module (gnu packages xdisorg)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages cpp)
#:use-module (gnu packages crypto)
#:use-module (gnu packages datastructures)
#:use-module (gnu packages docbook)
#:use-module (gnu packages documentation)
@ -1223,7 +1224,7 @@ (define-public xlockmore
"/lib/X11/app-defaults"))
#:tests? #f)) ;no such thing as a test suite
(inputs
(list libx11 libxext libxt linux-pam))
(list libx11 libxcrypt libxext libxt linux-pam))
(home-page "https://sillycycle.com/xlockmore.html")
(synopsis "Screen locker for the X Window System")
(description