diff options
-rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f75730dceb..3bc52b1b15 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -3632,6 +3632,8 @@ more tangible.") (arguments (list #:import-path "github.com/d4l3k/messagediff")) + (propagated-inputs + (list go-golang-org-x-net)) (home-page "https://github.com/d4l3k/messagediff") (synopsis "Diff arbitrary Go structs") (description |