From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0Ar6NN05Vl+3QAAA0tVLHw (envelope-from ) for ; Mon, 07 Sep 2020 13:47:09 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id uDn2MN05Vl/KNgAAbx9fmQ (envelope-from ) for ; Mon, 07 Sep 2020 13:47:09 +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 3FA2A9400EF for ; Mon, 7 Sep 2020 13:47:09 +0000 (UTC) Received: from localhost ([::1]:40792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFHUA-0006UF-II for larch@yhetil.org; Mon, 07 Sep 2020 09:47:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38766) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kFHU6-0006U0-6m for guix-patches@gnu.org; Mon, 07 Sep 2020 09:47:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36894) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kFHU5-00028y-UO for guix-patches@gnu.org; Mon, 07 Sep 2020 09:47:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kFHU5-0000MI-SD for guix-patches@gnu.org; Mon, 07 Sep 2020 09:47:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43194] [PATCH] gnu: publicly define freedink-engine and freedink-data Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Sep 2020 13:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43194 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jesse Gibbons Cc: 43194@debbugs.gnu.org Received: via spool by 43194-submit@debbugs.gnu.org id=B43194.15994864151365 (code B ref 43194); Mon, 07 Sep 2020 13:47:01 +0000 Received: (at 43194) by debbugs.gnu.org; 7 Sep 2020 13:46:55 +0000 Received: from localhost ([127.0.0.1]:48440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFHTy-0000Lv-Uf for submit@debbugs.gnu.org; Mon, 07 Sep 2020 09:46:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kFHTx-0000Li-7Y for 43194@debbugs.gnu.org; Mon, 07 Sep 2020 09:46:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42315) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kFHTr-00028M-RD; Mon, 07 Sep 2020 09:46:47 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44364 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kFHTr-0004wI-AP; Mon, 07 Sep 2020 09:46:47 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <69eb1bb4-ff32-9267-84cf-0c36d52e32c1@gmail.com> Date: Mon, 07 Sep 2020 15:46:41 +0200 In-Reply-To: <69eb1bb4-ff32-9267-84cf-0c36d52e32c1@gmail.com> (Jesse Gibbons's message of "Thu, 3 Sep 2020 22:33:31 -0600") Message-ID: <87a6y1itry.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: i6d7756h+QEs Hi, Jesse Gibbons skribis: > The attached patch publicly defines freedink-engine and > freedink-data. This resolves many of the issues described in > #43061. This patch, combined with patch #43193(sent earlier today), > can close #43061. Now I=E2=80=99m confused: how does it help to make freedink-{engine,data} public? >>>From 583215aced9b557d6f4e54b290e788d33880c03c Mon Sep 17 00:00:00 2001 > From: Jesse Gibbons > Date: Wed, 26 Aug 2020 21:38:24 -0600 > Subject: [PATCH v1 1/1] gnu: publicly define freedink-engine and freedink= -data > > * gnu/packages/games.scm: (freedink-engine): make public > (freedink-data): make public [...] > (define-public freedink > ;; This is a wrapper that tells the engine where to find the data. > - (package (inherit freedink-engine) > + (package ;(inherit freedink-engine) Is it intended? Looks like inheriting avoids duplicating fields, no? Thanks, Ludo=E2=80=99.