From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id WKscIUA8JGVeIwEA9RJhRA:P1 (envelope-from ) for ; Mon, 09 Oct 2023 19:45:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id WKscIUA8JGVeIwEA9RJhRA (envelope-from ) for ; Mon, 09 Oct 2023 19:45:36 +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 6870D3BE69 for ; Mon, 9 Oct 2023 19:45:36 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=MWpUdz2f; 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=1696873536; 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=Wn0jQxVbzP0bDRTe1NLB23SQTzHjgC0PDJp/e7PgKas=; b=aEFLlFLewEbGyMNvUm5WAqGVyo4PtbTJpeYRtbqSly0hIWwQgFfasteeshypFlPoNVoObH dYNi8yCuUfv0eFxy5GHzQl42awZB1KG61IgOn+tV6n2HvEAV3jqvnDdQYEL2Upis1+9nQI GYk7LCCq3mBohoYMbeLcH4ayHARe6B1RQrrbqsR6MFolqfrqr4e1nweJvKAWya2OnrwdbA L5MbMtyMmvbdFlc1r6P62lpVF7T9B5zHjEwJuJMHUAn6aC5MypzRRIDwcV2+0XQ+Dta6I0 vpJajzd/y6jAfdlRgu6JGAZ3sk0nLV6TMBf8C/D4qB39chMkEDkZNKyFe0YU+A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=MWpUdz2f; 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-Seal: i=1; s=key1; d=yhetil.org; t=1696873536; a=rsa-sha256; cv=none; b=BBOVRoEcBtt8mXH1QATOtQKo32fl8ADg9a1pwuwv/kg0Fi38d87dVmVI0/o04HNRNuJV4m wJ/qMhv2PW5tEdifQZFbwNv2caWejjvCLktuYicGDPUiizHhsOnTtScT6uKYojg7N3Yglu 57WgjgvBHyHm6EeasJrmn2KLreUTjUngLzl/x9opD+PbpND/L2EiR3lzTSS6o8H/+kYHoy mPMIo/SwIM2HctDFRS7W1MrWX/q0nB9BHnSzAfVbUV5Y7GvXjgnJidaBUBwWC71JMkOiuX Nmq+7ib0iiCJulBM4Ve4GuNlog6aO2sN0cIirUgwOg35/PRGplvfIfmD4JiiTQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qptJP-0004Qs-B0; Mon, 09 Oct 2023 12:40: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 1qptJG-00045b-KJ for bug-guix@gnu.org; Mon, 09 Oct 2023 12:40:46 -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 1qptJG-0001DL-Bv for bug-guix@gnu.org; Mon, 09 Oct 2023 12:40:46 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qptJa-0003xl-1Y for bug-guix@gnu.org; Mon, 09 Oct 2023 12:41:06 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#65924: [PATCH core-updates 31/65] gnu: artanis: Import the correct set of modules. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 09 Oct 2023 16:41:06 +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 Received: via spool by 65924-submit@debbugs.gnu.org id=B65924.169686964314936 (code B ref 65924); Mon, 09 Oct 2023 16:41:06 +0000 Received: (at 65924) by debbugs.gnu.org; 9 Oct 2023 16:40:43 +0000 Received: from localhost ([127.0.0.1]:32814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptJC-0003sf-Qg for submit@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:43 -0400 Received: from mail-qk1-x72d.google.com ([2607:f8b0:4864:20::72d]:44203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptIl-0003mN-48 for 65924@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:15 -0400 Received: by mail-qk1-x72d.google.com with SMTP id af79cd13be357-77386822cfbso322812985a.0 for <65924@debbugs.gnu.org>; Mon, 09 Oct 2023 09:39:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696869589; x=1697474389; 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=Wn0jQxVbzP0bDRTe1NLB23SQTzHjgC0PDJp/e7PgKas=; b=MWpUdz2fk4mBrmnSq+/pBRwwd0Cgmi2Zy3M04nTa9AQWoyJfUmgP5XiqIydU7BAcHg 8RevqvBvhrv3uWjP6TiqpFTfj78YxhP0pSlbTtMGAn/ENiyBqWJl1iz1lltU7LM0JUMy 7sV0D6NWgg+IFRQwAReiyFLzST8NMi8CjKpHCHfbn1p+ZyBZ2gb6BZdTbJhkfRLL19KV zwNgTAl5jbNebtzVNvEkGhuqaQmro1cZvUePY8lrGsEruS1+GAImmH8Ej07gt03Y0Xtl bRAu+vgAxILwN8eTkGxrhJHsxxr1jU2pH7ESiGnOmGvEyi/Ja0IuMY0gJiH2WKIUiA/J dJ0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696869589; x=1697474389; 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=Wn0jQxVbzP0bDRTe1NLB23SQTzHjgC0PDJp/e7PgKas=; b=jD7DQWoAtXblykHUY8YxE9wxipxxoVQW3SMzMIu0yBIY5ctEbh3hN/Fjnxi9Wi0JeO g62rzq85UisFDIOWNweNQ8QbxDGEOXg8IQfWrIiLFa8vxXkB2yizrABEwnaj9KYhnTxy NhIzMg2paKmDzFXvCw7YRrsblttR2fhWxAxu0ySKPY5kviV58N9NzeuHhpn39H2BZdRT /jver0ROrtvkS1rOBcojOJ/nJh0gSRZHPsK5DR8mx6/ziif013B8pZtZ7r22/ZMfr25/ Kb39YsFMKhN0wwmzrUDFZ3sA9A3IdRQSD3mwv0mMb/jamtBdhRyIHjLlSQUzLynFOu3w OELw== X-Gm-Message-State: AOJu0YyaPzupGmbZBOSb/lO1UxRd+BNQnEutLCcAmkTttwUhvHenhJSj tAqudsl1zGms4dDLg9M5Lw4s9lSIgpQ= X-Google-Smtp-Source: AGHT+IFLWhxbQQ79M+YiVU7PNwWMHjKP8THuHEMpXkhLBolSiRNvofCMcE0p68hwSVyspQD3A7SdZg== X-Received: by 2002:a0c:8b91:0:b0:656:3fdc:771a with SMTP id r17-20020a0c8b91000000b006563fdc771amr15047659qva.11.1696869588809; Mon, 09 Oct 2023 09:39:48 -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.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 09:39:48 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 9 Oct 2023 12:38:00 -0400 Message-ID: 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 6870D3BE69 X-Spam-Score: 3.27 X-Migadu-Spam-Score: 3.27 X-Migadu-Scanner: mx1.migadu.com X-TUID: 32YU4M+8x6pR * gnu/packages/guile-xyz.scm (artanis) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I477450215d69c84247c4d80612eb6ba9b4d7870b --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 212741b5c5..b5bce7aff1 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -195,7 +195,7 @@ (define-public artanis (arguments `(#:modules (((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) #:make-flags -- 2.41.0