From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SBbIOJN9jF8OXAAA0tVLHw (envelope-from ) for ; Sun, 18 Oct 2020 17:38:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gKCCNJN9jF94RAAAB5/wlQ (envelope-from ) for ; Sun, 18 Oct 2020 17:38:27 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 583C39402DD for ; Sun, 18 Oct 2020 17:38:27 +0000 (UTC) Received: from localhost ([::1]:60314 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUCdV-0001mx-5b for larch@yhetil.org; Sun, 18 Oct 2020 13:38:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUCdN-0001mc-3J for help-guix@gnu.org; Sun, 18 Oct 2020 13:38:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47026) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUCdM-00070V-0E; Sun, 18 Oct 2020 13:38:16 -0400 Received: from 2a01cb000492e90010138f9af686d929.ipv6.abo.wanadoo.fr ([2a01:cb00:492:e900:1013:8f9a:f686:d929]:56666 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kUCdL-00029s-B5; Sun, 18 Oct 2020 13:38:15 -0400 From: Mathieu Othacehe To: divoplade Subject: Re: Configuration for Cuirass References: <78f08542a333b6fc25b14a99f8f254ad090482a5.camel@divoplade.fr> <87eelzq3ue.fsf@gnu.org> <32e79f73e3884ed6ee5bea1a2835fe6d5063c034.camel@divoplade.fr> <87r1pzoek2.fsf@gnu.org> <87362b1qr7.fsf@gnu.org> <778a55a3e69ca5b95710a1fda3db72cb8bd39b1a.camel@divoplade.fr> <87pn5fzem2.fsf@gnu.org> <2413a21d8c3a47dd3d889fbd2852864a0b02c1b8.camel@divoplade.fr> Date: Sun, 18 Oct 2020 19:38:13 +0200 In-Reply-To: <2413a21d8c3a47dd3d889fbd2852864a0b02c1b8.camel@divoplade.fr> (divoplade's message of "Sun, 18 Oct 2020 18:36:05 +0200") Message-ID: <87zh4jsad6.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: DwwcbErwyajv > If I clone it and run your commands I do not get an error (I edited the > notes about source file newer than compiled): You also need to add "divoplade-site" to "#:package-path-inputs" in the specifications. See the following snippet from Cuirass info page: --8<---------------cut here---------------start------------->8--- =E2=80=98package_path_inputs=E2=80=99 This field holds a list of input names whose load path is prepended to =E2=80=98GUIX_PACKAGE_PATH=E2=80=99 when evaluating =E2=80=98proc_f= ile=E2=80=99. --8<---------------cut here---------------end--------------->8--- Mathieu