From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 ABjoLC4tJGXsSgEAG6o9tA:P1 (envelope-from ) for ; Mon, 09 Oct 2023 18:41:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id ABjoLC4tJGXsSgEAG6o9tA (envelope-from ) for ; Mon, 09 Oct 2023 18:41:18 +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 A26406EDC5 for ; Mon, 9 Oct 2023 18:41:18 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=NKBnjAb4; 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=1696869678; 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=NLaNKod8gFJ2sawJL00OYHYLksk+t32+2mtzEJkYVyo=; b=VMLOps1V447Ag7zM/UeTbG8tk8w/cRM4qGwLpm0kfUdFu4E6uDtZKImOC+SIo+N0+0pQjE 5vSaXqCdw39IKPQ5es6jXvugXzpwAMmb7WQgObwgo8z3j7nHkyHcUOWwCxcn+Av+BbpERu XFzROpMkxtur4/81Miosa8LeIz2IFFTmwqq3CxWEIYwCAx0JNAikfVU1E2/ZEQLV6LTwMZ aJ+PC7YFDiSGaW9uGsRuxY4X6px8U5THtyZ9Hd4/FTnVxEMdQm4OcjR8c2KGA1OScycYha 1Dg695FEOj94s87WGupQjQ90j+8Ht7e2aEbzgBAEKS+oIqlzXKuVIZRO7kghaQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=NKBnjAb4; 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=1696869678; a=rsa-sha256; cv=none; b=F7E80UDG1p9Cyh1sTV00cf0MDVT6HNl43ZBsRAOd0XaRKBZ1NK0PVYOlS11jhkzuN10ulc 6wSDzuaFiLEw9qJyzmSwP3F7qgoKTD6z7jSr5cPIzBbwyTeZQZVyuvxsUQfXya3ydzyowL eUhUf94uze7kgkvDN4+gZ5va6zIrf4rzpEUySbcojRDlGeL6T85ALFKep0E8I3z376eb4N /gQr/tG5KB/f3zOGS8c0c1/759jV0nJ5s8OUySuv16teeLEsygbFekeC7HD539kKG+mR0K aON3Ct8id7w6eZ5YcXCkGTYvPBcqSCFhaWvsoG0IdRR4XLimICGkVbElS/Yb5g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qptJK-0004Cx-Gb; Mon, 09 Oct 2023 12:40:50 -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 1qptJH-00046O-0Z for bug-guix@gnu.org; Mon, 09 Oct 2023 12:40:47 -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-0001ER-N5 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 1qptJb-0003yH-AJ for bug-guix@gnu.org; Mon, 09 Oct 2023 12:41:07 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#65924: [PATCH core-updates 37/65] gnu: guile-studio: 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:07 +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.169686964514969 (code B ref 65924); Mon, 09 Oct 2023 16:41:07 +0000 Received: (at 65924) by debbugs.gnu.org; 9 Oct 2023 16:40:45 +0000 Received: from localhost ([127.0.0.1]:32821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptJE-0003tE-Cy for submit@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:44 -0400 Received: from mail-qv1-xf35.google.com ([2607:f8b0:4864:20::f35]:61944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptIs-0003oW-2Q for 65924@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:23 -0400 Received: by mail-qv1-xf35.google.com with SMTP id 6a1803df08f44-668d9c1f70fso27540616d6.3 for <65924@debbugs.gnu.org>; Mon, 09 Oct 2023 09:40:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696869596; x=1697474396; 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=NLaNKod8gFJ2sawJL00OYHYLksk+t32+2mtzEJkYVyo=; b=NKBnjAb4cUqF6tcL8MF8haQrtaTsHefnxTZ0SyUervsxW4yedcdNdORO0Gdc2b4w3d QJnYtbhbs8FIdEMe6mUGnt7yBD5+L7djfVMhkw2lVIJAiDj4go9iNSrHzlxo2vzEhKKx vKxlUnUoTEbnB3LBpOGZnJetPWfph0d8PmW0loMAzcPISCE+w5lzM4DGPYFgtTWw6NCG 5B3cg1eXwWSo4x5zm+s3bF0EZTE2ZPLrtOZqpWLH+Zky7M31kIAlupSAUHd2vdnXPYcA GIHGVxHwsYxQNLiOBYRNcEy50Gr5YQ/hmJ0O2lZUEqA5la1hi+UsVBQP4WRQwdclRWyo gu6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696869596; x=1697474396; 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=NLaNKod8gFJ2sawJL00OYHYLksk+t32+2mtzEJkYVyo=; b=HyOQSUBKo6c+4uAe86I2xlVzWq1/oSPyjYr7JscEcQv68GnL6eXBymcnJH2LeSS8g1 ljKx+sWDJn3tJq5wQxy1qwHEd6f+HbN5+9VtEtTCIHyfilC+N6Rc+b7wGBlOSz4v67+w 811r5K3tv323WGbo/NCcobV8tmjDCdGuxKzN2xMI+7yk5h7TP+ebf7R3HYgpoXVluMew +X3qROt8eKnD5DVdTuGGb8IihLqgv/ilzjYxVxTCGCQro+v6eO+nVjTaPC2UP+GW56Fy iAS9ksXHvM8xrMEQaIF6d0NcECtTty48rX5JtWNxlEPshQw2TVAA8YGOWfQNlDUATSfu R7qA== X-Gm-Message-State: AOJu0YyY2u0kVVlar103KEap2t27SwqOO7pnJFzuyopIyFUKpDTtweNH 18HDMpn1+G1XzdN5H2ybngOYNZi/M4Q= X-Google-Smtp-Source: AGHT+IF/hn8XvE62ARbU7xBP2zD6aZENfuWJ7n9LRz+uAb9058LUzF+STv2OnxcBrfQ/faj65R6x7Q== X-Received: by 2002:a0c:f18f:0:b0:65b:2ab8:3822 with SMTP id m15-20020a0cf18f000000b0065b2ab83822mr16676285qvl.47.1696869595760; Mon, 09 Oct 2023 09:39:55 -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.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 09:39:55 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 9 Oct 2023 12:38:06 -0400 Message-ID: <0c17b0181b4e1b3b6f74d8f94f72b76428da99e8.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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: A26406EDC5 X-Spam-Score: 3.27 X-Migadu-Spam-Score: 3.27 X-Migadu-Scanner: mx1.migadu.com X-TUID: d8toY1LN7pB4 * gnu/packages/guile-xyz.scm (guile-studio) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I0c2cee834ec38b583169916bd5f6bc2e7d9a57f2 --- 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 0f8d56a22d..60dda94be0 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3098,7 +3098,7 @@ (define-public guile-studio `(#:modules ((ice-9 match) (srfi srfi-1) - ,@%default-gnu-imported-modules) + ,@%default-gnu-modules) #:tests? #f ; there are none #:make-flags (list (string-append "PICT_DIR=" -- 2.41.0