From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: [PATCH] gnu: Update ecl. Date: Sun, 24 Jul 2016 21:05:36 -0400 Message-ID: <20160725010539.26878-1-ajpatter@uwaterloo.ca> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRULH-0001JQ-DR for guix-devel@gnu.org; Sun, 24 Jul 2016 21:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRULB-0005vd-A9 for guix-devel@gnu.org; Sun, 24 Jul 2016 21:05:58 -0400 Received: from mailservices.uwaterloo.ca ([129.97.128.141]:52848 helo=minos.uwaterloo.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRULB-0005vT-4U for guix-devel@gnu.org; Sun, 24 Jul 2016 21:05:53 -0400 Received: from localhost.localdomain ([206.174.179.37]) (authenticated bits=0) by minos.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id u6P15kwT017747 (version=TLSv1/SSLv3 cipher=AES128-SHA256 bits=128 verify=NO) for ; Sun, 24 Jul 2016 21:05:52 -0400 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" To: guix-devel@gnu.org Hello, This patch set was created for the purpose of getting ecl to be able to compile and run a system from within a '--pure' environment. I updated it to the most recent release and enabled the test suite while I was at it. Comments welcome. Thanks, -- Andy