me
/
guix
Archived
1
0
Fork 0

gnu: irrlicht: Remove input labels.

* gnu/packages/games.scm (irrlicht)[inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent 4e735cccc7
commit e3fa68ec70
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -3592,12 +3592,12 @@ are primarily in English, however some in other languages are provided.")
(list (string-append "CC=" ,(cc-for-target))
"sharedlib")))
(inputs
`(("bzip2" ,bzip2)
("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng)
("libx11" ,libx11)
("libxxf86vm" ,libxxf86vm)
("mesa" ,mesa)))
(list bzip2
libjpeg-turbo
libpng
libx11
libxxf86vm
mesa))
(synopsis "3D game engine written in C++")
(description
"The Irrlicht Engine is a high performance realtime 3D engine written in