mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: kiki: Add libxcrypt dependency.
* gnu/packages/games.scm (kiki)[inputs]: Add libxcrypt. Change-Id: I4890ba6395f62d00fcdbf160320bae1e71007883
This commit is contained in:
parent
48c4b932c3
commit
93cb949611
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue