From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42573) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFPrb-0004WW-VG for guix-patches@gnu.org; Tue, 01 Oct 2019 17:39:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFPra-0001sQ-9e for guix-patches@gnu.org; Tue, 01 Oct 2019 17:39:19 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54519) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFPra-0001s1-2d for guix-patches@gnu.org; Tue, 01 Oct 2019 17:39:18 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFPrZ-0007JX-UD for guix-patches@gnu.org; Tue, 01 Oct 2019 17:39:17 -0400 Subject: [bug#37444] [PATCH v4 24/24] progagated inputs for gdamore-encoding, since this is a source only package and the go compiler needs its dependency when used as an input in another package Resent-Message-ID: From: Martin Becze Date: Tue, 1 Oct 2019 17:37:26 -0400 Message-Id: <20191001213726.21676-24-mjbecze@riseup.net> In-Reply-To: <20191001213726.21676-1-mjbecze@riseup.net> References: <20191001213726.21676-1-mjbecze@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37444@debbugs.gnu.org Cc: Martin Becze * gnu/packages/golang.scm (go-github-com-gdamore-encoding): propgate-inputs --- This fixes the git log! :D gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 628b5786b8..4825344fc8 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3436,7 +3436,7 @@ colorspaces.") (build-system go-build-system) (arguments '(#:import-path "github.com/gdamore/encoding")) - (inputs + (propagated-inputs `(("go-golang-org-x-text-encoding" ,go-golang-org-x-text-encoding) ("go-golang-org-x-text-transform" ,go-golang-org-x-text-transform))) (home-page "https://github.com/gdamore/encoding") -- 2.23.0