From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 2FOIKGQzJGVOUwAAG6o9tA:P1 (envelope-from ) for ; Mon, 09 Oct 2023 19:07:48 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 2FOIKGQzJGVOUwAAG6o9tA (envelope-from ) for ; Mon, 09 Oct 2023 19:07:48 +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 862D651AB2 for ; Mon, 9 Oct 2023 19:07:48 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=DqIe0td3; 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=1696871268; 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=RrH2KDeLo9oZg7L/SczBPzwzlo74C4OMq8Vwg/4uwL4=; b=ItaM/Pjkp9ftr5vFrg7e+atGmeGJfmXQ9H58qWXzirfq3rdldJdaP8neKkpO1tgMykjnOI LWg+7ucSi/4ggm+tQU9M5IylxTSMZz5weghkglfyLElj7CJ/xlPtiCDA0+fCLPhJ3nl6a4 EMjx4tL2udxJNFlKfF/LH1IzSOulXr/QU4N5zgePBRB5piEzfQqHTD2h2/CTitSVmFpKe6 20iPvHHmOwOpL7ywQvguhGh+5VuFgsjyRtjgn5anSaRy5GBdqFWUwCtOqZS3ziU1MVSZ3U Es5Oo4RMJLHDJkoeSaF3mpT6qEA983lAiyLYnrH+bsSZDEyblOat7/OWXOOAmA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=DqIe0td3; 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=1696871268; a=rsa-sha256; cv=none; b=CukKxjv0v9T7llSUCzyDmqMU9jiup9zy3VcJd40nolHuvCc6ZkwVoHDM+pOJCEWVxk6YXN 0XXpnJ1fq4yijFWwwOdrGCC112m8a0zuXJWng4EEmberpZJdcq4e3s2gK4Ihro0iKx6qOs tcxy9sDUIh2ZjGSXewFB8+vjJoLq4o3cDDYLW3qH6jmajumxBO9ZW0gsODDd8AYldWiOnJ dJmmUtW6WWvw4nY/BEyJw+z7oFwprZ95GOUIEm1p22+wB2Ze3JdjA/5jaUEkczCenxTBis O9Y4p7sNU//w1DWceXecxAE7/l33A6IuwyANQ+jxN013yI5Mnz/H+37jNryYJg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qptKF-0005ke-2h; Mon, 09 Oct 2023 12:41:47 -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 1qptJS-0004V4-CC for bug-guix@gnu.org; Mon, 09 Oct 2023 12:41:00 -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 1qptJS-0001LJ-44 for bug-guix@gnu.org; Mon, 09 Oct 2023 12:40:58 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qptJm-00043D-O2 for bug-guix@gnu.org; Mon, 09 Oct 2023 12:41:18 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#65924: [PATCH core-updates 55/65] gnu: stklos: 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:18 +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.169686967015361 (code B ref 65924); Mon, 09 Oct 2023 16:41:18 +0000 Received: (at 65924) by debbugs.gnu.org; 9 Oct 2023 16:41:10 +0000 Received: from localhost ([127.0.0.1]:32893 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptJd-0003zP-Jy for submit@debbugs.gnu.org; Mon, 09 Oct 2023 12:41:10 -0400 Received: from mail-yb1-xb35.google.com ([2607:f8b0:4864:20::b35]:60720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptJD-0003rv-Nj for 65924@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:44 -0400 Received: by mail-yb1-xb35.google.com with SMTP id 3f1490d57ef6-d865db5b4c7so4886223276.1 for <65924@debbugs.gnu.org>; Mon, 09 Oct 2023 09:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696869617; x=1697474417; 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=RrH2KDeLo9oZg7L/SczBPzwzlo74C4OMq8Vwg/4uwL4=; b=DqIe0td36Iqi7W3xpUeK/qCPIHAZWFW8bmMHRctgkTBMXV/MAdDUTuOmtpc4EbSBq4 zZsS1QBKTMWyzPa1eqDgMk/MHRTsapiKBR0QTJGF5szxo/rs+RAgTY4aJooNuSTR+QTI PQTbWD7crNZ4H/bJzCY9fYq3pPWISypqlxkfoDfrnkygUbRYTZlcMZgb9nsS99ME5y3p UVmTq2AnluqqkJAHCJjorU3I9WTwqTNbm/RzFWCes6i3Ff89GboqahHWKcvlZHTWi4zc s/E9OyDqg5TRLu7dlcpSBjAbAMeCB62Q45V/yDok8FZvdrWJyyZrb0J0kN9TP5gapyFy 7clg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696869617; x=1697474417; 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=RrH2KDeLo9oZg7L/SczBPzwzlo74C4OMq8Vwg/4uwL4=; b=uLA3ZzszQvM+DWNP6cD/xGF8AiAU7IcDS3jl+M+4BThEiAxVAyk1y1GDKPI0feW2+F kEzlwR1p1Egyi3xDM94mDxO1NsORfuxZS+xazV0dvVm7l2U0UXE8ku+MTzCPCJy7Qccw EI9ZGaXBGb0NpriB28WJaBeOatd/jAzymUeyOCJ//O4D3GmrK4BPZNiwgxJaXeZHdIJJ eTaceG7BeWkhB/r9TwoQ36hvbXiDblsD682X+sJ6EdLmQ3I/SIVLcKSyr/oV/4ZYdSDq L5MkeoRn3xqSTcfFN7rrY7bNok8ZYHYQ5EmoFBWA/CiucAdN/bm93Y7kCx297vsU2DxH +8Hg== X-Gm-Message-State: AOJu0Yyui+U1bRFCihT+Z8uzGFdNv2vjTqzWVSGR9nKiI2FTEQkP6JHr ee2RACziLXv50cI1JKWox8pGIkhoO/w= X-Google-Smtp-Source: AGHT+IEQW+O4MQ0BwJL/LYpPdFRM2j8YfwV5ZbFW3IMZxzCxfPKJwoKVfQtP/RuDRbqDZZs5n6NF0A== X-Received: by 2002:a25:a044:0:b0:d32:cd49:2469 with SMTP id x62-20020a25a044000000b00d32cd492469mr13338467ybh.24.1696869617196; Mon, 09 Oct 2023 09:40:17 -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.40.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 09:40:16 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 9 Oct 2023 12:38:24 -0400 Message-ID: <9c7d9240ded28859a6f3f895b48df8d9c3924b07.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-Spam-Score: 3.31 X-Spam-Score: 3.31 X-Migadu-Queue-Id: 862D651AB2 X-Migadu-Scanner: mx2.migadu.com X-TUID: ZztzjlklV3Cr * gnu/packages/scheme.scm (stklos) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iee99f93cfa5c7fa80694c2ad2ce6f93ccc0c44bf --- gnu/packages/scheme.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index eee39a55a5..93fdb6d7c2 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -1252,7 +1252,7 @@ (define-public stklos (arguments (list #:modules `((ice-9 ftw) - ,@%default-gnu-imported-modules) + ,@%default-gnu-modules) #:phases #~(modify-phases %standard-phases (add-before 'configure 'patch-sh-references -- 2.41.0