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 EGzZDosrJGUdJgEA9RJhRA:P1 (envelope-from ) for ; Mon, 09 Oct 2023 18:34:19 +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 EGzZDosrJGUdJgEA9RJhRA (envelope-from ) for ; Mon, 09 Oct 2023 18:34:19 +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 29CAD6E845 for ; Mon, 9 Oct 2023 18:34:19 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=JYFfXZzL; 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=1696869259; 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=yfzNPAxhpUZ6eDwkxm30sNXddp5ZPzs9DrvHMuQnBVc=; b=BHlURGbCUm9yIBdrePf3YaKgEtmjObW0nxPb8NxFTUV3r5kL1vWf+GJ7A4oY8RVB1zzdxO k7kxxG7wYn0GAS18UDdnHLi5Bgl6Qx+zhfDeD+aKWzfSJHo+ci10BtqKi9e6SdS/r8xrRu X3JDD6+rXw5rfKi0j+1pJYcsTI4tNjaP+vFvav0RpjnxAvSlh8uZz011xCe2zhe4db1YPK OUxPwsPCQU1J8WA+k29ETB722gO/+/u2D6RljhvjCAetvg8Gv2/84X9kIc7zuzc/30CWJk k5++SAvlV9P/GKdLANpISE6efVxs01ABaMmEyb2sED6nq2/vu5/Jrzx+HnJV7g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=JYFfXZzL; 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=1696869259; a=rsa-sha256; cv=none; b=qAe66SQmc4dzo3+nHzzqHELP0KDm/m9qnkEBke5OosCp0T+7WCzC51G7Slo8UcikS/o1ad bjuepoLzTl6iMWlo6BwZvQtz0nS6OUZ+6zyknaBT6zfuK5qDvwgFO4tVWn32hUWmj0HP+2 JWhR0UUWf+YGIHs5wJi11VdfJqGqTjtOInLPuCMBNyPzaPyQj956DDxJFGqae5w0v8eThr opVD26NGXkYW90gT2Zr9Wr3MIhaBtEXahVWMO75ekaYjtpIBIITU1PEmsJg+RORKuEAUVC 8tUkR2emRv/3nGRTBDkGwwX5KkY3n8fvFcEljKH7Nw8NIRx87HlUhTg14fnIqw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qptCS-00014w-OK; Mon, 09 Oct 2023 12:33:44 -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 1qptCR-00014E-EQ for bug-guix@gnu.org; Mon, 09 Oct 2023 12:33:43 -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 1qptCR-0007KA-4l; Mon, 09 Oct 2023 12:33:43 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qptCl-0003Lw-OS; Mon, 09 Oct 2023 12:34:03 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#65924: [PATCH core-updates 04/65] gnu: dirvish: Import the correct set of modules. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: maxim.cournoyer@gmail.com, zimon.toutoune@gmail.com, ludo@gnu.org, liliana.prikler@gmail.com, bug-guix@gnu.org Resent-Date: Mon, 09 Oct 2023 16:34:03 +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 , Maxim Cournoyer , Simon Tournier , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Liliana Marie Prikler X-Debbugs-Original-Xcc: Maxim Cournoyer , Simon Tournier , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Liliana Marie Prikler Received: via spool by 65924-submit@debbugs.gnu.org id=B65924.169686918812715 (code B ref 65924); Mon, 09 Oct 2023 16:34:03 +0000 Received: (at 65924) by debbugs.gnu.org; 9 Oct 2023 16:33:08 +0000 Received: from localhost ([127.0.0.1]:60794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptBr-0003Iv-KR for submit@debbugs.gnu.org; Mon, 09 Oct 2023 12:33:07 -0400 Received: from mail-qk1-x732.google.com ([2607:f8b0:4864:20::732]:52493) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qptBn-0003HW-D7 for 65924@debbugs.gnu.org; Mon, 09 Oct 2023 12:33:04 -0400 Received: by mail-qk1-x732.google.com with SMTP id af79cd13be357-77410032cedso316635185a.1 for <65924@debbugs.gnu.org>; Mon, 09 Oct 2023 09:32:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696869157; x=1697473957; 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=yfzNPAxhpUZ6eDwkxm30sNXddp5ZPzs9DrvHMuQnBVc=; b=JYFfXZzL5vTafSumQvnodKPO0RsAcMiD002Fy0U9DQz1ONlT3RU6zvjsLyphuxkL2/ u27GZBqlqOCyNPn3Qe6tWZynb3r2FGefBWXmVRcVKu5aH/UFGAGexzWZdXb0w1odPBsR GLpn52EQqmVE2Q9XatbYlZn7YQsTUdtxz56viY14Riv84VNq25IIB89RVHvoUjz68Gog 34yNQb2+y59WJhVAdHaz3aK3OOh3Wf0pJmFHBwQEnE04gaiOLTSpGOm5zRo5kASNMviz a32bcu5Jyoz25yXjqfbkyIJVJbfBQCX4H+WpGySlp/oW5YA2ukW41E9CdSuaHqaBsQe0 6rBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696869157; x=1697473957; 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=yfzNPAxhpUZ6eDwkxm30sNXddp5ZPzs9DrvHMuQnBVc=; b=MbU3wxD5j5wlJYX0UKI8Hn6jsDA3YqJOY5F7N5nTXcMXeMVij/dzTWCeOC7+MQeEKh r6RKidcsqQzel7cKeOjqDLk5fGjDxQ0WG+YkfauFGXjgFNl7rdc0V/oftmHExacARx+p 4ON6iviBSue00+ec8QhFawhK6yK35AZCt9hjuD9d4mGZjeru+GYBvelH/bKK5iLdnhBt THXxgdDJL2SlE6wnUSQaqELVDhsJILjUcxzG4bENca7NU94hst+NYoCL4EuVNjZVIfau HFPpWKm5MgkyPsGkpJjdn+ZFAL7SKcBavjrIN8E10J/JnIg2rtjcmlmaeptwAH169SzV QswQ== X-Gm-Message-State: AOJu0YwEat6Dmm5gxjq3DyGhm9QAE8emK/2QwCP5cwKOk+M/Vxhhy1fM 5CcjJVPFxVJuif3YEzbiAF+Hx3aTCZ0= X-Google-Smtp-Source: AGHT+IFznRwq6Pw+PaDoqZ7lC64aMhhK5Zibo6nz/ct5ntGqsRJuI7ZqkcP+b25l282/jEqGQ9Gujg== X-Received: by 2002:a05:620a:228b:b0:775:8ed7:b89 with SMTP id o11-20020a05620a228b00b007758ed70b89mr13793333qkh.37.1696869157006; Mon, 09 Oct 2023 09:32:37 -0700 (PDT) Received: from localhost.localdomain (dsl-10-149-16.b2b2c.ca. [72.10.149.16]) by smtp.gmail.com with ESMTPSA id z7-20020a05620a100700b0076f19b9e96fsm3645769qkj.107.2023.10.09.09.32.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 09:32:36 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 9 Oct 2023 12:28:42 -0400 Message-ID: <14a3ee4d4c1c954f6c2c2b16572d0387813d23b9.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: 29CAD6E845 X-Spam-Score: 4.77 X-Migadu-Spam-Score: 4.77 X-Migadu-Scanner: mx1.migadu.com X-TUID: 5uP+ZweKRGtI * gnu/packages/backup.scm (dirvish) [arguments] : Replace %default-gnu-imported-modules with %default-gnu-modules. Delete trailing #t. Change-Id: I041a65441055a21f141bb7ea4a563e2624cd783c --- gnu/packages/backup.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 63b6055c5e..aa2eb11c64 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -813,7 +813,7 @@ (define-public dirvish "1kbxa1irszp2zw8hd5qzqnrrzb4vxfivs1vn64yxnj0lak1jjzvb")))) (arguments `(#:modules ((ice-9 match) (ice-9 rdelim) - ,@%default-gnu-imported-modules) + ,@%default-gnu-modules) #:phases ;; This mostly mirrors the steps taken in the install.sh that ships ;; with dirvish, but simplified because we aren't prompting interactively @@ -889,8 +889,7 @@ (define-public dirvish ;; Write out executables (for-each write-pl executables) ;; Write out man pages - (for-each write-man man-pages) - #t)))))) + (for-each write-man man-pages))))))) (inputs (list perl rsync perl-libtime-period perl-libtime-parsedate)) (home-page "http://dirvish.org/") -- 2.41.0