Ludovic Courtès <l...@gnu.org> writes: > Ricardo Wurmus <rek...@elephly.net> skribis: > >> * gnu/packages/games.scm (supertuxkart): New variable. > > Woohoo! > >> + (snippet >> + ;; Delete bundled library sources >> + '(begin >> + ;; FIXME: try to unbundle enet, and angelscript >> + (for-each delete-file-recursively >> + '("lib/zlib" >> + "lib/libpng" >> + "lib/jpeglib" >> + "lib/glew" >> + "lib/wiiuse")) >> + #t)))) > > [...] > >> + (substitute* "CMakeLists.txt" >> + ;; Supertuxkart uses modified versions of the Irrlicht engine >> + ;; and the bullet library. The developers gave an >> explanation here: >> + ;; http://forum.freegamedev.net/viewtopic.php?f=17&t=3906 >> + (("add_subdirectory\\(.*/(glew|zlib)\"\\)") "") > > I think this clause should go to the snippet above.
I moved it to the snippet and pushed as 1a0633e79b83d9ee740a83f29c05b86e9558da00. Thanks! ~~ Ricardo