From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: gnu: Add elixir. (WIP) Date: Fri, 25 Mar 2016 12:50:01 -0400 Message-ID: <20160325165001.GA6182@jasmine> References: <20160213231244.1ecfb8be@debian-netbook> <87io1hvl62.fsf@gnu.org> <20160317042103.GA8344@jasmine> <20160321154046.GA26140@jasmine> <20160322205937.GA9504@thebird.nl> <20160324024125.GA22112@jasmine> <20160324165726.GA17627@thebird.nl> <20160324225356.GA18866@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajUw3-0004Xm-Ls for guix-devel@gnu.org; Fri, 25 Mar 2016 12:50:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajUw0-0003xW-D0 for guix-devel@gnu.org; Fri, 25 Mar 2016 12:50:07 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:57408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajUw0-0003xA-7S for guix-devel@gnu.org; Fri, 25 Mar 2016 12:50:04 -0400 Content-Disposition: inline In-Reply-To: <20160324225356.GA18866@thebird.nl> 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: Pjotr Prins Cc: guix-devel@gnu.org On Thu, Mar 24, 2016 at 11:53:56PM +0100, Pjotr Prins wrote: > Attached the package for the Elixir language based on the upcoming > Erlang package. It fails 12 tests out of 2845, mostly temporary files > in the wrong place. I'll fix that at some point, but this is happy on > my systems. Cool! > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright ? 2016 Pjotr Prins > ;;; Copyright ? 2016 Leo Famulari Too generous ;) > ;; (replace 'check > ;; (lambda _ > ;; (zero? (system* "make" "test"))))))) > ) Whenever the tests are re-enabled, could you use #:test-target "test" instead? > #:make-flags (list (string-append "PREFIX=" %output)) > #:tests? #f)) ;; 2845 tests, 12 failures > (home-page "http://elixir-lang.org/") > (synopsis "The Elixir programming language") > (description "Elixir is a dynamic, functional language designed for > building scalable and maintainable applications. Elixir leverages the > Erlang VM, known for running low-latency, distributed and > fault-tolerant systems, while also being successfully used in web > development and the embedded software domain.") > (license license:asl2.0)))