Heya, * gnu/packages/game-development.scm (raylib): New variable. Nice! :D --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2866,3 +2867,33 @@ (define-public recastnavigation + (arguments + '(#:tests? #f)) ;no test ``(list ...)'' is preferred to ``'()'' for arguments now: (arguments (list #:tests? #f)) + (description + "raylib is a simple and easy-to-use library to enjoy videogames programming.") A bit markety, imo. How about this? (description "raylib is a high-level library for video game programming. It aims to abstract away platform and graphics details, allowing you to focus on writing your game.") -- (