gnu: kiki: Add libxcrypt dependency.

* gnu/packages/games.scm (kiki)[inputs]: Add libxcrypt.

Change-Id: I4890ba6395f62d00fcdbf160320bae1e71007883
This commit is contained in:
宋文武 2024-06-19 11:39:34 +08:00 committed by Ludovic Courtès
parent 48c4b932c3
commit 93cb949611
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6906,6 +6906,7 @@ (define-public kiki
`(("glu" ,glu)
;; Kiki builds fine with freeglut 3.0.0 but segfaults on start.
("freeglut" ,freeglut-2.8)
("libxcrypt" ,libxcrypt)
("sdl-union" ,(sdl-union (list sdl
sdl-mixer
sdl-image)))