From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id cPWSICEtJGWQmQAA9RJhRA:P1 (envelope-from ) for ; Mon, 09 Oct 2023 18:41:05 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id cPWSICEtJGWQmQAA9RJhRA (envelope-from ) for ; Mon, 09 Oct 2023 18:41:05 +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 71F4157146 for ; Mon, 9 Oct 2023 18:41:05 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=fXI89vt0; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696869665; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=gUIHexfN+CGMKn0dTcc9qPORBuhXSFgSsvMS+m2/rFo=; b=DwMy72f0xsFUrlhb8IYN92ZdSUbAT3clPOgZIFBwpj2G17/TsAHSXsuxYKQ8qa3avh+doK pO4+dkDWtDDfNljZBlElPb6nDTk7EUn7iTBdcR0sTkNKZmo1X5jP2+Z29aReA9EWjQWMK3 3OYOnYvX62HC5i06A0RfK9nZBvrxnuaiS9yClDjF6Sssmac5ieEi+UAtpxujKfTy0df4RF UVgAcVEo4wsHIpnl1yHdn/Ez1oEHXNEodPOeMMHphAww56lgcrOTj4CSJ5r15p2Sze7mOZ AoQ1mDeyJ3KztvCTwf6VX1NoGOIBD4Bp2Ez9ClKukYRL9uTxrkUMxyCJOoeIdg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696869665; a=rsa-sha256; cv=none; b=sJ3ub1JePLeTLG3WYCwsCOCxZDYOJoievlZ/QKihM0ZMty8VuLHORnJJ0fXVVWokGs0t5e vF4zN8foCYQkVgSCDOZoQZ8oDTRRcjg5HBVyb9qDvp/cGN/q/ZAu/pnhAnGqVmXDfl4r++ 1qkNVUuuNd3O9og2cqYQQgA/h+6SG4kX6Phw2XRJvl7DsGd03XphqFSseMXrYvROxsimbo 1+LmG9XsCbgpk+rSmHB47tbTNKRDZEQtXPnn8a5WZns8Jbkx1f+bSwzLPi43LOKep860eG o2jfpJrPIGq9ycBXTEqOaxQK6SlxCGU8MpFWHkv5CuxxzaV8dQYEvQzbqVaJGw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=fXI89vt0; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qptIR-0003A0-Ee; Mon, 09 Oct 2023 12:39:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qptIQ-00038e-59 for bug-guix@gnu.org; Mon, 09 Oct 2023 12:39:54 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qptIP-0000nI-Tm for bug-guix@gnu.org; Mon, 09 Oct 2023 12:39:53 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qptIk-0003ny-FL; Mon, 09 Oct 2023 12:40:14 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#65924: [PATCH core-updates 19/65] gnu: tsukundere: Import the correct set of modules. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: liliana.prikler@gmail.com, iyzsong@envs.net, bug-guix@gnu.org Resent-Date: Mon, 09 Oct 2023 16:40:14 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65924 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 65924@debbugs.gnu.org Cc: Maxim Cournoyer , Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Liliana Marie Prikler , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 65924-submit@debbugs.gnu.org id=B65924.169686960814493 (code B ref 65924); Mon, 09 Oct 2023 16:40:14 +0000 Received: (at 65924) by debbugs.gnu.org; 9 Oct 2023 16:40:08 +0000 Received: from localhost ([127.0.0.1]:60955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptId-0003lb-On for submit@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:08 -0400 Received: from mail-qv1-xf2e.google.com ([2607:f8b0:4864:20::f2e]:55467) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptIW-0003iR-Sr for 65924@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:01 -0400 Received: by mail-qv1-xf2e.google.com with SMTP id 6a1803df08f44-65b08bbd8b1so31221976d6.2 for <65924@debbugs.gnu.org>; Mon, 09 Oct 2023 09:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696869574; x=1697474374; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=gUIHexfN+CGMKn0dTcc9qPORBuhXSFgSsvMS+m2/rFo=; b=fXI89vt03QDdhsW2jYY/BgcloZ3uvetgdKmSt/kAzl+vggFf3YXQnslU8C5twT6RbO k1GjwWKyVlop2azDhWi/1qJAxBaqaTViPJjeeOOA28meVxfx+0PJ+Ud53DDfbvTVeq+J LZshgYlmaaFNBeFWeVUKhpQg7u1bvrxhXnvnkkkjdo8vHPsr1TuFVxH5o9wFvsGg1gN5 udGLnPuVeibRCvLiyceYvns5r2k58F5SF2loCQ72qjWsKFy7k3kOM+hfGHQUh6g/sGZe R4C6mu8VJi3SRa4UebnE0dDkApU1kYshrpA8hGCb+lXJzFIYrhxF0sZkeg7nsa9Jfmx3 nRJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696869574; x=1697474374; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=gUIHexfN+CGMKn0dTcc9qPORBuhXSFgSsvMS+m2/rFo=; b=J6DGDCE1IVZfWJgJqbN4kiRfTBS2hGoQSO+gY7diemdBMY/czL6sK/e8dVNP0nacVn c2kdnk//3pBEgCoelh3zOBntv2R6bFkHh/PPGCUMiD/sXWUWGUdFlPXptlJU4zaN0HpB H9GP0n7R+j/k47SryXS9WusBDcvuc/Y6heoZll/UqDujxWOgRWrgH3w9O7XECXuispTi OPDmgACpB5XVrqw8+/VOnvABqiDVh+dx49shKPWTIQ5d1TYj7bYpcAopedCR0D+ZYDWR P41JMTKvS7evApYeymqyMgVGygAFXejayt19Fpq5GBd1atd1uW62pM5l8H+qjAxLdmZM 2K2g== X-Gm-Message-State: AOJu0YzKsZG1bUWBe8/BGQZeUd87pOfagGFUgzbRoGFJDieopJrHCcqj n8UWYoIDivi2Z0S5tdkC6iqfnlXc14o= X-Google-Smtp-Source: AGHT+IEAFekKVZiEIEszFP6okNT9ouiiStxjqI9TJkCfN7ehKrhAqIxWwPS58MvStsaR8KZHID6zFQ== X-Received: by 2002:a0c:e188:0:b0:66a:def1:86cb with SMTP id p8-20020a0ce188000000b0066adef186cbmr8590988qvl.1.1696869574528; Mon, 09 Oct 2023 09:39:34 -0700 (PDT) Received: from localhost.localdomain (dsl-10-149-16.b2b2c.ca. [72.10.149.16]) by smtp.gmail.com with ESMTPSA id t10-20020a0ca68a000000b0065afcf19e23sm3946891qva.62.2023.10.09.09.39.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 09:39:34 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 9 Oct 2023 12:37:48 -0400 Message-ID: <0323108fa621bf49738da7674e2e3c0665636797.1696868940.git.maxim.cournoyer@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -3.11 X-Spam-Score: -3.11 X-Migadu-Queue-Id: 71F4157146 X-TUID: PFFFBsCGH4GX * gnu/packages/game-development.scm (tsukundere) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I57fcb0ef5ef418e5bc5f6c8466f2ff1c5ffc7b37 --- gnu/packages/game-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 9d956359bd..69b5380598 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -649,7 +649,7 @@ (define-public tsukundere (srfi srfi-1) ((guix build guile-build-system) #:select (target-guile-effective-version)) - ,@%default-gnu-imported-modules) + ,@%default-gnu-modules) #:imported-modules ((guix build guile-build-system) ,@%default-gnu-imported-modules) #:phases -- 2.41.0