On Tue, Jul 19, 2016 at 4:57 PM, Ricardo Wurmus <rek...@elephly.net> wrote: > * gnu/packages/game-development.scm (allegro): New variable. > --- > gnu/packages/game-development.scm | 41 > +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 41 insertions(+) > > diff --git a/gnu/packages/game-development.scm > b/gnu/packages/game-development.scm > index b11285a..03623aa 100644 > --- a/gnu/packages/game-development.scm > +++ b/gnu/packages/game-development.scm > @@ -7,6 +7,7 @@ > ;;; Copyright © 2015, 2016 David Thompson <da...@gnu.org> > ;;; Copyright © 2016 Efraim Flashner <efr...@flashner.co.il> > ;;; Copyright © 2016 Kei Kebreau <k...@openmailbox.org> > +;;; Copyright © 2016 Ricardo Wurmus <rek...@elephly.net> > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -342,6 +343,46 @@ etc.") > (home-page "http://liballeg.org") > (license license:giftware))) > > +(define-public allegro
Shouldn't this be allegro-5 since there is already an allegro-4? Other than that it looks good to me. - Dave