From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: Building Guix with Guile 2.1 Date: Wed, 21 Sep 2016 21:48:03 +0200 Message-ID: <8737ktowzw.fsf@T420.taylan> References: <87fuotl367.fsf@gnu.org> <874m59fan7.fsf@igalia.com> <877fa5oxd1.fsf@T420.taylan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmnW2-0004su-6F for guix-devel@gnu.org; Wed, 21 Sep 2016 15:49:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmnVy-0000kb-Mn for guix-devel@gnu.org; Wed, 21 Sep 2016 15:49:09 -0400 In-Reply-To: <877fa5oxd1.fsf@T420.taylan> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Wed, 21 Sep 2016 21:40:10 +0200") 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: Andy Wingo Cc: guix-devel By the way, for testing guix with guile 2.2 easily: > $ cat ~/tmp/guix-with-guile-next.scm > (use-modules > (guix packages) > (guix build utils) > (gnu packages guile) > (gnu packages package-management)) > > (package > (inherit guix) > (inputs (alist-replace "guile" > (list guile-next) > (package-inputs guix)))) > > $ guix environment --pure -l ~/tmp/guix-with-guile-next.scm > $ autoreconf ... Taylan