diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-19 11:39:34 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:15 +0200 |
commit | 93cb949611c923e7d823bf551a9667da1a8b5937 (patch) | |
tree | 6dff55b3f8d80569022313219d336d87c1ca6008 | |
parent | 48c4b932c329d34396bf77d78bd9e5330a61b625 (diff) | |
download | guix-93cb949611c923e7d823bf551a9667da1a8b5937.tar.gz guix-93cb949611c923e7d823bf551a9667da1a8b5937.zip |
gnu: kiki: Add libxcrypt dependency.
* gnu/packages/games.scm (kiki)[inputs]: Add libxcrypt.
Change-Id: I4890ba6395f62d00fcdbf160320bae1e71007883
-rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 88bbe95083..6dc414557a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6906,6 +6906,7 @@ over 100 user-created campaigns.") `(("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))) |