diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2024-06-19 10:41:50 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:14 +0200 |
commit | 7a4c4124c5d2d371a151bcf433085980161f3d58 (patch) | |
tree | 92e57174fbc3a7cf70b989c92957472adbb5ecd1 /gnu | |
parent | 4743064d79d19e5d7755109998fe4f764b36f1e2 (diff) | |
download | guix-7a4c4124c5d2d371a151bcf433085980161f3d58.tar.gz guix-7a4c4124c5d2d371a151bcf433085980161f3d58.zip |
gnu: gnubg: Fix build.
* gnu/packages/games.scm (gnubg)[inputs]: Add libxcrypt.
Change-Id: Ie67bcb21539a65e2903bb6cd9339d04930123b68
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c5947cc6ee..88bbe95083 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 |