From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 YE8yNx8tJGWCaAEAauVa8A:P1 (envelope-from ) for ; Mon, 09 Oct 2023 18:41:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YE8yNx8tJGWCaAEAauVa8A (envelope-from ) for ; Mon, 09 Oct 2023 18:41:03 +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 D1BFD468F7 for ; Mon, 9 Oct 2023 18:41:03 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=bN19sFjX; 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=1696869663; 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=mC2LzYPoSrRZgd4K52Juo/xdzcJRW5ntq09P0aUvUzk=; b=m7JO9T3FD+cCQ8pBkLEs+rxUE7cT6Du5X3XPIQSImOoEyEkF3IRy404wJFz5jytjjRbUOF Z6EbpLeV0S1Q51vv5Y9Iip7IH1GRJ7Z4iAJGQSr2SDCxfvT4KFhOex6xhc5v9JodJcsO5j QJgBtii1XjsFRA5bJpPKuJK1E73xHH7Ea/Ah9wGjNXJw88CelW1KzBJdgblgvrp8tOJSmZ fgAEngcl0ZmtwpqcSeDOLu4K/zob0UI6RXipb1/X0s89fldqFgUXEMJeicpAFqaaevZBfY ej4rs0Si5BXzMtP18g0lb1FTSZRI+w26NUMbT2LOWCJEaTJJR7hqzMHbSLfHnw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=bN19sFjX; 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=1696869663; a=rsa-sha256; cv=none; b=TyM/s55VZ/ugSSVSXRyshsexuZ14RBplk41PAC0YaSP6OGgyBxz69ARU1vMxSJN0m5OhcG M+mEnkXWGf+Zu3UZkDdWm0tedljxPX/4r4/XGdg15u+UPmxagfqJQsp307znEmzmSxJ0/M gyHxeT8MUY1PYUGKtqEkoIkHcZxgo+zTop2NuwtWhKaygVBVCCUHd+wnmHO4wQkS2owXrf 2mPfCc96eteSp9uAIKQ1A/lIr/8cHQdovGSmDjHLnwUELUKdeoVrmCrhh4nxkM41Pax8ki 2azdjFo6eBK0NzH9RC8FB111y8p12StaZosK5co+fjIG8a0uP/YC09l6+OMQWQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qptJQ-0004Tf-7r; Mon, 09 Oct 2023 12:40:56 -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 1qptJM-0004Ec-02 for bug-guix@gnu.org; Mon, 09 Oct 2023 12:40:52 -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 1qptJL-0001H2-NG for bug-guix@gnu.org; Mon, 09 Oct 2023 12:40:51 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qptJg-00040j-BR for bug-guix@gnu.org; Mon, 09 Oct 2023 12:41:12 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#65924: [PATCH core-updates 42/65] gnu: jbigkit: 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:12 +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.169686965015067 (code B ref 65924); Mon, 09 Oct 2023 16:41:12 +0000 Received: (at 65924) by debbugs.gnu.org; 9 Oct 2023 16:40:50 +0000 Received: from localhost ([127.0.0.1]:32844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptJJ-0003uo-HD for submit@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:49 -0400 Received: from mail-qv1-xf2a.google.com ([2607:f8b0:4864:20::f2a]:45344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptIx-0003ox-PC for 65924@debbugs.gnu.org; Mon, 09 Oct 2023 12:40:28 -0400 Received: by mail-qv1-xf2a.google.com with SMTP id 6a1803df08f44-66437c96caeso27817606d6.3 for <65924@debbugs.gnu.org>; Mon, 09 Oct 2023 09:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696869601; x=1697474401; 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=mC2LzYPoSrRZgd4K52Juo/xdzcJRW5ntq09P0aUvUzk=; b=bN19sFjX4mrMV7Cc3h4BogUrjCVyMXquI38WEWfFnDv+eJW7AHdsubJySXy8k8pkvU uO66TlPCpZrlg8PaHniVZPOPzzIZHxy/+lP0QTbORnFcMri0fin9ju+Q9qAG+2Vobnr7 xTKzrlwFzZKw8+hz7PGuLV2CgPAaik55GrJySfARWyIZYYCpS7JUoXb0dTpGpjuZ5wEn O2KpeTdEhFd0hXOGNLPiPWA7IUiD7yUhWUS2uG3AJyHWmlKV+Fo1CLTO8Z9oJRlwIV7p 99UiH7bH3ImKRcg9np5PBKf7nr3JBHkAgwmbbqWsf0hLD1hEP9EbNvYzLfbeU+/vhaUp OOgA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696869601; x=1697474401; 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=mC2LzYPoSrRZgd4K52Juo/xdzcJRW5ntq09P0aUvUzk=; b=TayOh8pQ1m8l/WDJmbKbjuc6Z6rOZozypmMyOZOVMxTYYJ1nUAGkpSQd5mWX0OgzVa Z2Dhy7N9fWnLFUYlQuIJqqzu20SmNyPaoUMXBcw3NX7SjGApwhTC53uFFfvnv7W78BTZ xawA4KCtkSUmOSnhd6kvigjYIzUfMqvXglr65f+2o4vIXm+bzUI+7YFNNVPZnX4wHZiE ARQWMkYvr4YP5STti94Yk6B0X0Ao1FnO//JB52pBNpyBY/cFOcT7F7IYliMvCpLxKvWf Le76HFEBB1L7M2b9pmFsJw++cMZ3zPPcBPf5KKU5Xn/MvCpd6FAz389Ll1N4wEfXKAzB XQ9w== X-Gm-Message-State: AOJu0YztOmr8WPqPT9oKW4RZJXwR8cmYUbOY+l3z9NRVIsWRVmIF9jGQ 4X2ayQADwfZ+Gpm5pCqT5T7nXfciqH0= X-Google-Smtp-Source: AGHT+IHeUklhxvSMlbimqV4P7VXbGyhfKTzW01jMmyVUetYQ41Xz7hSNDM3qnrgUbLB3ntpD1G6MJA== X-Received: by 2002:a0c:f4cf:0:b0:64b:e135:a3b0 with SMTP id o15-20020a0cf4cf000000b0064be135a3b0mr15328997qvm.19.1696869601353; Mon, 09 Oct 2023 09:40:01 -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.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 09:40:01 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 9 Oct 2023 12:38:11 -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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 3.31 X-Spam-Score: 3.31 X-Migadu-Queue-Id: D1BFD468F7 X-Migadu-Scanner: mx2.migadu.com X-TUID: x7VpEfa6uebh * gnu/packages/image.scm (jbigkit) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Idbc9fc336409f73b784b111da61fc5bf957ecf52 --- gnu/packages/image.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 1967715bc4..f6e1e0cc01 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -882,7 +882,7 @@ (define-public jbigkit (outputs (list "out" "pbmtools")) (arguments `(#:modules ((srfi srfi-26) - ,@%default-gnu-imported-modules) + ,@%default-gnu-modules) #:phases (modify-phases %standard-phases (delete 'configure) ; no configure script -- 2.41.0