Re: [PATCH] gnu: Add supertuxkart.

2016-10-23 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/games.scm (supertuxkart): New variable. > > Woohoo! > >> + (snippet >> +;; Delete bundled library sources >> +'(begin >> + ;; FIXME: try to unbundle enet, and angelscript >> + (for-ea

Re: [PATCH] gnu: Add supertuxkart.

2016-10-18 Thread Ludovic Courtès
Ricardo Wurmus 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 > +

[PATCH] gnu: Add supertuxkart.

2016-10-17 Thread Ricardo Wurmus
* gnu/packages/games.scm (supertuxkart): New variable. --- gnu/packages/games.scm | 74 ++ 1 file changed, 74 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 17ca12b..90963bd 100644 --- a/gnu/packages/games.scm +++ b