aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-06-18 10:36:00 +0800
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:05 +0200
commit62c5331d386cc23a5c56c3f407e482f8d2d2d947 (patch)
treed7d21b0ada7b84e2b5ace7ef6418b3a23d12f508 /gnu
parentf9228aae301a559bef9e52213b303200a06d4a85 (diff)
downloadguix-62c5331d386cc23a5c56c3f407e482f8d2d2d947.tar.gz
guix-62c5331d386cc23a5c56c3f407e482f8d2d2d947.zip
gnu: slim: Add libxcrypt dependency.
* gnu/packages/display-managers.scm (slim)[inputs]: Add libxcrypt. Change-Id: Ife5396a1b5a5bca822054b5ff34edfa50e1d5a6e
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/display-managers.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 7e9c9c6180..a98c90d575 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -48,6 +48,7 @@
#: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 @@ GTK+, lets you select a desktop session and log in to it.")
libjpeg-turbo
libpng
libx11
+ libxcrypt
libxft
libxmu
libxrandr