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

commit 193702e66519c54f11118ab012ef93d894942041
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 10:41:50 2024 +0800

    gnu: gnubg: Fix build.
    
    * gnu/packages/games.scm (gnubg)[inputs]: Add libxcrypt.
    
    Change-Id: Ie67bcb21539a65e2903bb6cd9339d04930123b68
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a981221bd5..0635177259 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2071,7 +2071,8 @@ such as chess or stockfish.")
                   glu
                   gtkglext
                   sqlite
-                  libcanberra))
+                  libcanberra
+                  libxcrypt))           ;required by Python.h
     (native-inputs `(("python-2" ,python-2)
                      ("pkg-config" ,pkg-config)))
     (arguments

Reply via email to