[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] gnu: Add irrlicht.
From: |
Eric Bavier |
Subject: |
Re: [PATCH 2/3] gnu: Add irrlicht. |
Date: |
Fri, 05 Sep 2014 14:10:42 -0500 |
User-agent: |
mu4e 0.9.9.5; emacs 23.3.1 |
David Thompson writes:
> + (lambda* (#:key outputs #:allow-other-keys)
> + (let ((prefix (assoc-ref outputs "out")))
This should probably be named "out" rather than "prefix" for consistency
with the rest of guix's packages.
> + (description
> + "3D game engine.")
Perhaps something more descriptive. Like:
"The Irrlicht Engine is a high performance realtime 3D engine written in
C++. It is completely cross-platform, using D3D, OpenGL and its own
software renderers, and has all of the state-of-the-art features."
> + (license bsd-3)))
It's actually the zlib license.
--
Eric Bavier
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Re: [PATCH 1/3] gnu: Add openal., Ludovic Courtès, 2014/09/05