diff mbox series

[bug#37444,v2,4/4] 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

Message ID 20190918153626.7825-4-mjbecze@riseup.net
State Accepted
Headers show
Series [bug#37444,v2,1/4] Added the dependcies for aerc. NOTE i tried to place depency authors next to each other. | expand

Commit Message

Martin Becze Sept. 18, 2019, 3:36 p.m. UTC
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e17630017c..06f6226d94 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3435,7 +3435,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")