From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id iEFQIiQUTWPSgwEAbAwnHQ (envelope-from ) for ; Mon, 17 Oct 2022 10:36:52 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id kEE0IiQUTWMXewEAauVa8A (envelope-from ) for ; Mon, 17 Oct 2022 10:36:52 +0200 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 64BDE3D6A5 for ; Mon, 17 Oct 2022 10:36:52 +0200 (CEST) Received: from localhost ([::1]:43350 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1okLcB-0005X7-IP for larch@yhetil.org; Mon, 17 Oct 2022 04:36:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okLbO-0005Vn-82 for guix-patches@gnu.org; Mon, 17 Oct 2022 04:36:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48129) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1okLbN-0003H7-VX for guix-patches@gnu.org; Mon, 17 Oct 2022 04:36:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1okLbN-0004NF-Of for guix-patches@gnu.org; Mon, 17 Oct 2022 04:36:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57861] [PATCH] gnu: Add ultrastar-deluxe. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Oct 2022 08:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57861 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Lars-Dominik Braun Cc: 57861@debbugs.gnu.org, Maxime Devos Received: via spool by 57861-submit@debbugs.gnu.org id=B57861.166599574216789 (code B ref 57861); Mon, 17 Oct 2022 08:36:01 +0000 Received: (at 57861) by debbugs.gnu.org; 17 Oct 2022 08:35:42 +0000 Received: from localhost ([127.0.0.1]:47207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okLb3-0004Mi-RF for submit@debbugs.gnu.org; Mon, 17 Oct 2022 04:35:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okLb2-0004MW-D4 for 57861@debbugs.gnu.org; Mon, 17 Oct 2022 04:35:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42868) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okLaw-0003EA-Oj; Mon, 17 Oct 2022 04:35:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=4lvK8ZTfXuRMryhhL6znsEpiNTUalqiDkNGk4cuo3kw=; b=VYyaD0VlgroWjbaEk57L uAFNJ5HYRr54lX5NbLTBtI6arpN4fvReIoWPXqjdbc2IYPGTvKLysEUyIINrG0SuZcG1ywAJHWITy Mkf3Rd3I6Wgf/RDcCJPrnJEfZWeTAsAFJCWwcaSPvIJRHjEInEr13hLOmEOwp4m0T8GlofEMX2XmM KuTWNEunF00UG6tbXo0KHhKfJrzNYchHJTnVgzs7AIEA4ZcV0tIwwApp5zas7WSZJMO4M084eEXul Eeo0pO+f1wtQahjy/q1BIgSFta6eFt9JmO3+I8Mr0/IzAQ0XSnzsjcpZ/nAa36zFd4UWbEhd+pXr6 CDZhY+UxAUb9Sg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60048 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okLaP-0001tF-O1; Mon, 17 Oct 2022 04:35:19 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Lars-Dominik Braun's message of "Wed, 21 Sep 2022 13:52:12 +0200") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) Date: Mon, 17 Oct 2022 10:35:00 +0200 Message-ID: <87k04yhmq3.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1665995812; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=4lvK8ZTfXuRMryhhL6znsEpiNTUalqiDkNGk4cuo3kw=; b=mpcmAB/gVd625Nvz6Zm7UgS7itqCDRoNHy4x6UdWclq+a3RGhIYuCCTLEtBxfewg2d1QTq J7AEo8ne9g4im3FDSXDoTeuRImeW7SVef3BF0jW6YQdWrqMRtJqSUCkFvCJ3xpeziZtSYk KvRw/Z3sX4sCFtQCwynaEiDrrjgGm5zd6LDWnLxQbjvYlCD4XP4LimKQ28x2YwhlxqM7Om EeAhTlvsPG7sG0L9NWP6PVCbigX5gZ5KC5IgMm+mbkTIBuwSLP+Wj+9QxX/L2D4Q3qFgiH 2l21lJpe2QA5wX5mbE7WTbiXj80e7dNCTt4+Lz67YHG62jAjhoPyFAzTv9E16g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665995812; a=rsa-sha256; cv=none; b=VNbwIDEOR7ERvtHSvOTfH5h1458efHGz4NjKRvAEWZZxpu9Nj4iO0VwEQfFhu9r4tOkRgW dZbsGJDZKosuW1TznuhsfeOrqmlI4l/qsGEObHWqDq1ztnl8J6BTev46BAeUTiUkNAyTs6 M3R3FFJj6FwqiWo+nY7P+fgR6APn47wgq/12hlVHu27fZutP+LwEreUf1KeIGNrDlYbWLv qWd++t0loQtFaKt5YlOHHF1D7NwWZcZqeJaFyHlg+xJqx5LUInNO/P7nIgd5TxDweEG1fj 6+8onCLQy0o0RzmG7gC0r/S6vZ+Uz4IJsUBRc7iMjLqtrb3uaNCfcOEcpHxq1w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=VYyaD0Vl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.62 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=VYyaD0Vl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 64BDE3D6A5 X-Spam-Score: -4.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: 5j/j2oEstbGg Hello! Lars-Dominik Braun skribis: > +;; Lazily resolve to avoid a circular dependency. > +(define fpc* > + (delay (module-ref (resolve-interface '(gnu packages pascal)) > + 'fpc))) I think this is unnecessary: you can just #:use-module (gnu packages pascal) and have =E2=80=98fpc=E2=80=99 in =E2=80=98native-inputs=E2=80=99. = Everything will be fine because =E2=80=98inputs=E2=80=99 is a thunked field (IOW, its evaluation is= delayed). Apart from that LGTM! Thanks, Ludo=E2=80=99.