GNU bug report logs - #66827
[PATCH 00/67] Split (gnu packages golang) part II

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sun, 29 Oct 2023 22:07:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #266 received at 66827 <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 66827 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 18/67] gnu: go-github-com-jcmturner-dnsutils-v2: Adjust inputs.
Date: Wed,  8 Nov 2023 00:40:55 +0000
* gnu/packages/golang-web.scm (go-github-com-jcmturner-dnsutils-v2):
Swap propagated-inputs to native-inputs.

Change-Id: I1d02b45559214d72828a78437766cf7c1e06f1b0
---
 gnu/packages/golang-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 9b2bcd7cbd..6a832291ab 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -302,7 +302,7 @@ (define-public go-github-com-jcmturner-dnsutils-v2
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/jcmturner/dnsutils/v2"))
-    (propagated-inputs
+    (native-inputs
      (list go-github-com-stretchr-testify))
     (home-page "https://github.com/jcmturner/dnsutils")
     (synopsis "Go library with DNS utils")
-- 
2.41.0





This bug report was last modified 1 year and 200 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.