diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-18 11:31:56 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:06 +0200 |
commit | 6784bb69ec8957d7d6742a1ac23267a8bb58dfeb (patch) | |
tree | 7069722f41a435e7f8fa29b4b6a732ae029e8135 /gnu | |
parent | f4cfa0218ffe3f62d27d402347f05b72ad8c93ae (diff) | |
download | guix-6784bb69ec8957d7d6742a1ac23267a8bb58dfeb.tar.gz guix-6784bb69ec8957d7d6742a1ac23267a8bb58dfeb.zip |
gnu: adanaxisgpl: Add libxcrypt dependency.
* gnu/packages/games.scm (adanaxisgpl)[inputs]: Add libxcrypt.
Change-Id: I8ce028c21c9137bf32ef55e11f559646bfd22238
Diffstat (limited to 'gnu')
-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 82a468dfa1..bd8d106245 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -432,6 +432,7 @@ the style of similar games for the Commodore+4.") libtiff libvorbis libx11 + libxcrypt libxext pcre sdl |