From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Zancanaro Subject: Re: Unable to configure a system with 'cuirass-service' Date: Thu, 01 Dec 2016 23:59:25 +1100 Message-ID: <87vav37qky.fsf@zancanaro.id.au> References: <20161026130558.31924-1-mthl@gnu.org> <20161026130558.31924-3-mthl@gnu.org> <87k2ctkj7h.fsf@gnu.org> <87bmwy53kn.fsf@gnu.org> <87k2bk63eg.fsf@we.make.ritual.n0.is> <87y4007e6n.fsf@zancanaro.id.au> <87k2bj7rfj.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCQy1-0007S6-Fc for guix-devel@gnu.org; Thu, 01 Dec 2016 08:00:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCQxy-0003mH-Fm for guix-devel@gnu.org; Thu, 01 Dec 2016 08:00:01 -0500 Received: from mail-pg0-x22a.google.com ([2607:f8b0:400e:c05::22a]:34931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCQxy-0003lk-8u for guix-devel@gnu.org; Thu, 01 Dec 2016 07:59:58 -0500 Received: by mail-pg0-x22a.google.com with SMTP id p66so95029174pga.2 for ; Thu, 01 Dec 2016 04:59:58 -0800 (PST) In-reply-to: <87k2bj7rfj.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; format=flowed On Thu, Dec 01 2016, ng0 wrote > https://ptpb.pw/gQOZ.scm with this change it fails differently: This is wrong again, but for a different reason. The `%desktop-services` must be the last argument to the `cons*` call. You want it to look like this (assuming my formatting comes out at least a little bit okay): (services (cons* (gnome-desktop-service) (tor-service) (console-keymap-service "de") (lsh-service) (let ((spec-guix `((#:name . "guix") (#:url . "git://git.savannah.gnu.org/guix.git") (#:load-path . ".") ;; Adapt to a valid absolute file name. (#:file . "/.../cuirass/tests/gnu-system.scm") (#:proc . hydra-jobs) (#:arguments (subset . "hello")) (#:branch . "master")))) (cuirass-service #:config (cuirass-configuration (specifications (list spec-guix))))) %desktop-services)) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJYQB6tAAoJEMBVJci7YG0riKsIAKUjlAobkBCnXBxmCM1m3acR r03ZouGcHSe1E3liNFfmZmz/cNzVTdlGa/loMQpgblzvMRkGp8qmbQ9hx50KayBm 3YH+nJXhb2+G6hiKnDdk6x4TO6VemQjRZwgzStLAuqwH2HOP0bluCXw65fFRf6/y c5qM66OLQpar09dy2pOOsXNLzV4I1Hc8OOqwb+Wm+f+1PDXYzXD9RIAHGUBGHaPM o+s5DJRG7BcmCB2wbL4hyJYIiKKismFM/SSbeCfVTAHDCj7990bsay9uCb06jwRd Io1devAFmf7R0LV8+eCdeloeyhV1eRUdPJneM8mzFIBDXirAFO9Sb7l0k8Mw42Q= =fg6Q -----END PGP SIGNATURE----- --=-=-=--