mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: slim: Add libxcrypt dependency.
* gnu/packages/display-managers.scm (slim)[inputs]: Add libxcrypt. Change-Id: Ife5396a1b5a5bca822054b5ff34edfa50e1d5a6e
This commit is contained in:
parent
f9228aae30
commit
62c5331d38
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ (define-module (gnu packages display-managers)
|
|||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bash)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages fontutils)
|
||||
#:use-module (gnu packages freedesktop)
|
||||
#:use-module (gnu packages gl)
|
||||
|
@ -532,6 +533,7 @@ (define-public slim
|
|||
libjpeg-turbo
|
||||
libpng
|
||||
libx11
|
||||
libxcrypt
|
||||
libxft
|
||||
libxmu
|
||||
libxrandr
|
||||
|
|
Loading…
Reference in a new issue