From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: wrong type of agument... where ? Date: Mon, 8 Jan 2018 00:22:34 +0100 Message-ID: <20180108002154.1ce40864@scratchpost.org> References: <20171231132321.0186e7de@scratchpost.org> <20171231153503.3d0f9797@scratchpost.org> <20180101003918.501ab0c3@scratchpost.org> <87zi5qphix.fsf@gmail.com> <20180107114647.13498124@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYKH8-0004ew-9k for guix-devel@gnu.org; Sun, 07 Jan 2018 18:22:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYKH5-00014s-OE for guix-devel@gnu.org; Sun, 07 Jan 2018 18:22:46 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:44290) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYKH5-00012i-Gy for guix-devel@gnu.org; Sun, 07 Jan 2018 18:22:43 -0500 Received: from localhost (178.113.202.65.wireless.dyn.drei.com [178.113.202.65]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 216843361A29 for ; Mon, 8 Jan 2018 00:22:38 +0100 (CET) In-Reply-To: <20180107114647.13498124@scratchpost.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" Cc: guix-devel > Also, for some reason, directly modifying (guix ui) (see "call-with-error-handling") to handle our new error doesn't work. Aha, it's using a released "guix" package in the test VM. Where can I change that to "guix-devel"?