From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52085) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgdiT-0003T4-3G for guix-patches@gnu.org; Sat, 12 Aug 2017 17:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgdiP-0000YZ-UD for guix-patches@gnu.org; Sat, 12 Aug 2017 17:13:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49595) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dgdiP-0000YT-Pl for guix-patches@gnu.org; Sat, 12 Aug 2017 17:13:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dgdiP-0006wr-JO for guix-patches@gnu.org; Sat, 12 Aug 2017 17:13:01 -0400 Subject: [bug#28065] [PATCH] gnu: Add OpenMW. Resent-Message-ID: From: Alex Kost References: <20170812142452.25952-1-manolis837@gmail.com> Date: Sun, 13 Aug 2017 00:12:17 +0300 In-Reply-To: <20170812142452.25952-1-manolis837@gmail.com> (manolis's message of "Sat, 12 Aug 2017 17:24:52 +0300") Message-ID: <87valsjxse.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: manolis837@gmail.com Cc: 28065@debbugs.gnu.org manolis837@gmail.com (2017-08-12 17:24 +0300) wrote: [...] > + (inputs > + `(("bullet", bullet) > + ("ffmpeg", ffmpeg) ^^ Oh, please put commas right before symbols, i.e. without extra space: ("bullet" ,bullet) > + ("libxt" ,libxt) > + ("mygui" ,mygui) > + ("openal" ,openal) > + ("openscenegraph", openscenegraph) ^^ > + ("qtbase", qtbase) ^^ > + ("sdl" ,sdl2) > + ("unshield", unshield))) ^^ > + (synopsis "Free software re-implementation of the RPG Morrowind engine") > + (description > + "OpenMW is a free, open source and modern engine which reimplements and > +extends the one that runs the 2002 open-world RPG Morrowind. The engine comes > +with its own editor , called OpenMW-CS which allows the user to edit or create > +their own original games.") > + (home-page "https://openmw.org") > + (license license:gpl3))) -- Alex