[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: slim: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: slim: Add libxcrypt dependency. |
Date: |
Mon, 17 Jun 2024 22:40:46 -0400 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 7dadc35d52 gnu: slim: Add libxcrypt dependency.
7dadc35d52 is described below
commit 7dadc35d5241bd2bc259c9b86a98c4416ed78b0b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jun 18 10:36:00 2024 +0800
gnu: slim: Add libxcrypt dependency.
* gnu/packages/display-managers.scm (slim)[inputs]: Add libxcrypt.
Change-Id: Ife5396a1b5a5bca822054b5ff34edfa50e1d5a6e
---
gnu/packages/display-managers.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/display-managers.scm
b/gnu/packages/display-managers.scm
index 7c6f1bd31c..7e4c0f8aa3 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)
@@ -502,6 +503,7 @@ GTK+, lets you select a desktop session and log in to it.")
libjpeg-turbo
libpng
libx11
+ libxcrypt
libxft
libxmu
libxrandr
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: slim: Add libxcrypt dependency.,
guix-commits <=