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 19:36:46 +0100 Message-ID: <20180108193646.0d46c501@scratchpost.org> References: <20171231132321.0186e7de@scratchpost.org> <20171231153503.3d0f9797@scratchpost.org> <20180101003918.501ab0c3@scratchpost.org> <87zi5qphix.fsf@gmail.com> <20180107114647.13498124@scratchpost.org> <20180108002154.1ce40864@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]:38662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYcI2-000724-4Q for guix-devel@gnu.org; Mon, 08 Jan 2018 13:36:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYcHz-0002ua-2R for guix-devel@gnu.org; Mon, 08 Jan 2018 13:36:54 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:60074) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYcHy-0002tU-RR for guix-devel@gnu.org; Mon, 08 Jan 2018 13:36:51 -0500 Received: from localhost (178.113.224.152.wireless.dyn.drei.com [178.113.224.152]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 8BC9033601CF for ; Mon, 8 Jan 2018 19:36:48 +0100 (CET) In-Reply-To: <20180108002154.1ce40864@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"? (services (modify-services (operating-system-user-services %trytond-os) (guix-service-type config => (guix-configuration (inherit config) (guix (current-guix)))))))