mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: dhewm3: Remove input labels.
* gnu/packages/game-development.scm (dhewm3)[inputs]: Remove input labels.
This commit is contained in:
parent
160de94418
commit
05377d5676
1 changed files with 5 additions and 5 deletions
|
@ -2669,11 +2669,11 @@ (define-public dhewm3
|
|||
(lambda _
|
||||
(chdir "neo"))))))
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
("libx11" ,libx11)
|
||||
("openal" ,openal)
|
||||
("sdl2" ,sdl2)
|
||||
("zlib" ,zlib)))
|
||||
(list curl
|
||||
libx11
|
||||
openal
|
||||
sdl2
|
||||
zlib))
|
||||
(home-page "https://dhewm3.org/")
|
||||
(synopsis "Port of the original Doom 3 engine")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue