mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: gnubg: Fix build.
* gnu/packages/games.scm (gnubg)[inputs]: Add libxcrypt. Change-Id: Ie67bcb21539a65e2903bb6cd9339d04930123b68
This commit is contained in:
parent
4743064d79
commit
7a4c4124c5
1 changed files with 2 additions and 1 deletions
|
@ -2071,7 +2071,8 @@ (define-public gnubg
|
|||
glu
|
||||
gtkglext
|
||||
sqlite
|
||||
libcanberra))
|
||||
libcanberra
|
||||
libxcrypt)) ;required by Python.h
|
||||
(native-inputs `(("python-2" ,python-2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue