iyzsong pushed a commit to branch core-updates
in repository guix.

commit a9725246135c8456353ed51e29e00f7bf3f20f36
Author: 宋文武 <[email protected]>
AuthorDate: Tue Jun 18 11:53:18 2024 +0800

    gnu: xscreensaver: Add libxcrypt dependency.
    
    * gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Add libxcrypt.
    
    Change-Id: I0df314b4f83673c4262b1a493334b091ab89a9fb
---
 gnu/packages/xdisorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 2ef17cf208..799f6c7a15 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1800,6 +1800,7 @@ less if you are working in front of the screen at night.")
      (list pkg-config intltool))
     (inputs
      (list libx11
+           libxcrypt
            libxext
            libxi
            libxt

Reply via email to