From mboxrd@z Thu Jan 1 00:00:00 1970 From: ericbavier@openmailbox.org Subject: Re: [PATCH] gnu: Add ghc-openglraw. Date: Thu, 22 Oct 2015 03:47:35 -0500 Message-ID: <1445503671-30014-7-git-send-email-ericbavier@openmailbox.org> References: <1445483479-19104-1-git-send-email-ericbavier@openmailbox.org> <1445503671-30014-1-git-send-email-ericbavier@openmailbox.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpG83-0003sW-Pz for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpG80-0007xj-IX for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:03 -0400 Received: from smtp11.openmailbox.org ([62.4.1.45]:55621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpG80-0007wk-Cn for guix-devel@gnu.org; Thu, 22 Oct 2015 09:42:00 -0400 In-Reply-To: <1445503671-30014-1-git-send-email-ericbavier@openmailbox.org> 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: guix-devel@gnu.org, Paul van der Walt From: Eric Bavier [...] > +(define-public ghc-openglraw > + (package > + (name "ghc-openglraw") > + (version "2.5.1.0") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "http://hackage.haskell.org/package/OpenGLRaw/OpenGLRaw-" > + version > + ".tar.gz")) > + (sha256 > + (base32 > + "1kfq24mxg922ml3kkmym2qfpc56jbmrfbiix4rc2cxlwv05i191k")))) > + (build-system haskell-build-system) > + (inputs > + `(("ghc-half" ,ghc-half) > + ("glu" ,glu) > + ("ghc-text" ,ghc-text))) > + (home-page > + "http://www.haskell.org/haskellwiki/Opengl") > + (synopsis > + "Raw bindings for the OpenGL graphics system") "Raw bindings" -> "Raw Haskell bindings" `~Eric