From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 2/3] gnu: Add irrlicht. Date: Fri, 05 Sep 2014 14:10:42 -0500 Message-ID: <874mwl3mtp.fsf@gmail.com> References: <1409943198-858-1-git-send-email-dthompson2@worcester.edu> <1409943198-858-2-git-send-email-dthompson2@worcester.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPyuD-0004dX-F3 for guix-devel@gnu.org; Fri, 05 Sep 2014 15:10:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPyu6-0002Qe-0i for guix-devel@gnu.org; Fri, 05 Sep 2014 15:10:45 -0400 Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:39740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPyu5-0002QK-GM for guix-devel@gnu.org; Fri, 05 Sep 2014 15:10:37 -0400 Received: by mail-ie0-f179.google.com with SMTP id tr6so14801367ieb.10 for ; Fri, 05 Sep 2014 12:10:37 -0700 (PDT) In-reply-to: <1409943198-858-2-git-send-email-dthompson2@worcester.edu> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org 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