From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QKRnO5gORmBpKAAA0tVLHw (envelope-from ) for ; Mon, 08 Mar 2021 11:46:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id eIY9N5gORmD5WAAA1q6Kng (envelope-from ) for ; Mon, 08 Mar 2021 11:46:32 +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 BA3662822A for ; Mon, 8 Mar 2021 12:46:32 +0100 (CET) Received: from localhost ([::1]:47668 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lJELH-000662-Fz for larch@yhetil.org; Mon, 08 Mar 2021 06:46:31 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56932) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lJEL6-00064Z-Hu for help-guix@gnu.org; Mon, 08 Mar 2021 06:46:20 -0500 Received: from lepiller.eu ([2a00:5884:8208::1]:34524) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lJEL3-000733-Aj for help-guix@gnu.org; Mon, 08 Mar 2021 06:46:20 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 71dbc87c; Mon, 8 Mar 2021 11:46:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:cc:from:message-id; s= dkim; bh=m9xDFOeYohK5dE8qgtqtbVIfJQwK0udA5rGWSVbmVO4=; b=D0nTCue OGJ86LmkYxBV0pCUVOgzuFBcQKILfcGrpqOGJdViEl0JQl9nCa36KiaGyCMe6enE Cg5DUHIzpypvmBiLDRfG9MUrgMscHp7q0Hnc+Xptqktw/Oh9rmEevuQrHc+tAXNn DbuOxerPwbZmA+OCEB7rKcza/y9xLK53N35xO6xWtKn1VO8b6NamcTHxNjcvMYD2 DiOFAYgqDH7/bcAISK399AeaKp508ANDSojj4wGDEdIF8emw8YqvrHnDIkUycEzB fxwMZ8nnQvru+I6RICSbG7rfeMK3YWoMurM0sSc2/FGrhLk8I3cMURXbm5WA/dm7 RAjsDa4fQryoc2g== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id b6425251 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 8 Mar 2021 11:46:09 +0000 (UTC) Date: Mon, 08 Mar 2021 06:45:53 -0500 User-Agent: K-9 Mail for Android In-Reply-To: References: <21a857a8-18aa-2102-04ab-561d5de68b7b@raghavgururajan.name> <87mtvero6m.fsf@elephly.net> MIME-Version: 1.0 Subject: Re: Custom 'install phase To: Raghav Gururajan , Ricardo Wurmus From: Julien Lepiller Message-ID: Received-SPF: pass client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: BA3662822A X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: vDPQFBToHYQR Maybe quote it? #:include-regexp '("\\=2Eh$") Le 8 mars 2021 04:35:28 GMT-05:00, Raghav Gururajan a =C3=A9crit : >Hi Ricardo! > >> The (string-append =E2=80=A6) is quoted=2E Is this on purpose? >>=20 >>> #t)) >>=20 >> Note that we no longer need to end phases on #t=2E > >Oops, I meed to change that to (list=2E I now did: > >``` > (replace 'install > (lambda _ > (for-each (lambda (solution) > (with-directory-excursion solution > ((assoc-ref copy:%standard-phases 'install) > #:install-plan > (list ("src" (string-append=20 >"include/" solution) > #:include-regexp ("\\=2Eh$")))))) > (list > "qtlockedfile" > "qtpropertybrowser" > "qtservice" > "qtsingleapplication" > "qtsoap")))) >``` > >I now get Wrong type to apply: "\\=2Eh$" > >Regards, >RG=2E