From patchwork Sat Feb 24 09:06:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Figiel X-Patchwork-Id: 60973 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C013027BBE2; Sat, 24 Feb 2024 09:15:56 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E19B927BBE9 for ; Sat, 24 Feb 2024 09:15:51 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rdo8B-0006aQ-Py; Sat, 24 Feb 2024 04:15:39 -0500 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 1rdo8A-0006ZZ-PH for guix-patches@gnu.org; Sat, 24 Feb 2024 04:15:38 -0500 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 1rdo8A-0000Pc-Gj for guix-patches@gnu.org; Sat, 24 Feb 2024 04:15:38 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rdo8Y-0006Hs-FT for guix-patches@gnu.org; Sat, 24 Feb 2024 04:16:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69347] [PATCH 2/2] gnu: go-github-com-spf13-afero: Add missing input. References: <87le7a9qhp.fsf@troyfigiel.com> In-Reply-To: <87le7a9qhp.fsf@troyfigiel.com> Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Feb 2024 09:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69347 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69347@debbugs.gnu.org Received: via spool by 69347-submit@debbugs.gnu.org id=B69347.170876611724039 (code B ref 69347); Sat, 24 Feb 2024 09:16:02 +0000 Received: (at 69347) by debbugs.gnu.org; 24 Feb 2024 09:15:17 +0000 Received: from localhost ([127.0.0.1]:41468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdo7p-0006Fc-6R for submit@debbugs.gnu.org; Sat, 24 Feb 2024 04:15:17 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:60952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rdo7n-0006FG-FO for 69347@debbugs.gnu.org; Sat, 24 Feb 2024 04:15:16 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Thh5d5JDsz9spN for <69347@debbugs.gnu.org>; Sat, 24 Feb 2024 10:14:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1708766053; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=8dyHaDUMw6CvJM2JWQ7bIIk/GclYTPyZbBA1U6qivs8=; b=um7SCo7Ectxu9hp85VsvlMcKk10mADkTe45FASVQJ4Ug6QbnxXHOWEXA2vBEW0ZvlugyQ6 yRxpsWoQ3k/Hk5sCKKLC33madfeXN1exfi1wh8z8WHgHzYk9Ulg3McdYIaWdwch/X5Ahrh LNZWjFqXCRDhKXY3+ciT6gcwaDgj0ZMY3VKs6qUP9jMs4dW5WTlV4+fjlhAUYYqTh6jxy2 3nTOJQMZb/rti0lL+UN8flmBpIJv6kXBbMfxkZVRIwtTMVOdtBcKDWpSDCjPrR1Ur0GF4O WyQmLTAFRgxbsnSarqh2Q6b/ssCBG6Zv0w69qDDjidag5376ZvVlQRuvg3MBOg== From: Troy Figiel Date: Sat, 24 Feb 2024 10:06:30 +0100 Message-ID: <87il2e9qca.fsf@troyfigiel.com> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/golang.scm (go-github-com-spf13-afero): Add missing input. [propagated-inputs]: Add go-github-com-pkg-sftp. --- gnu/packages/golang.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e8abaffb56..782aa24d6b 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3775,8 +3775,7 @@ (define-public go-github-com-spf13-afero (build-system go-build-system) (arguments `(#:import-path "github.com/spf13/afero")) - (propagated-inputs - `(("golang.org/x/text" ,go-golang-org-x-text))) + (propagated-inputs (list go-github-com-pkg-sftp go-golang-org-x-text)) (home-page "https://github.com/spf13/afero") (synopsis "File system abstraction for Go") (description