mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnurobots: Add libxcrypt dependency.
* gnu/packages/games.scm (gnurobots)[inputs]: Add libxcrypt. Change-Id: Ib743f029915332c63883adab2711c25ebfaa022c
This commit is contained in:
parent
c752b0e3d9
commit
c81dcc1777
1 changed files with 1 additions and 1 deletions
|
@ -10096,7 +10096,7 @@ (define-public gnurobots
|
|||
"07gi3lsmbzzsjambgixj6xy79lh22km84z7bnzgwzxdy806lyvwb"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list glib gtk+-2 vte/gtk+-2 readline guile-1.8))
|
||||
(list glib gtk+-2 vte/gtk+-2 readline guile-1.8 libxcrypt))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue