On Wed, Jun 15, 2016 at 09:39:36PM -0400, Kei Kebreau wrote:
> * gnu/packages/games.scm (warzone2100): New variable.
Cool, it's nice to see games like this continuing to be developed!
> + (inputs `(("fontconfig" ,fontconfig)
Can you double-check that all these inputs are needed at run-time with
`guix gc --references`?
> + ("font-dejavu" ,font-dejavu)
> + ("freetype" ,freetype)
> + ("fribidi" ,fribidi)
> + ("glew" ,glew)
> + ("libtheora" ,libtheora)
> + ("libvorbis" ,libvorbis)
> + ("libxrandr" ,libxrandr)
> + ("openal" ,openal)
> + ("physfs" ,physfs)
> + ("qt", qt-4)
Can it run with qt-5? My understanding is that qt-4 is no longer
supported by upstream and is thus risky from a security perspective. We
are slowly working to eliminate dependencies on qt-4 in Guix.
If it can't use qt-5, I guess it's okay, with a friendly bug report to
upstream :)
If it can use qt-5, then it can take advantage of the modularization
that Efraim has been working on.