Unverified Commit 6ad09e40 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

coredns: fix compile errors with externalPlugins (#459763)

parents f7a507d1 dc84194c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -77,6 +77,7 @@ buildGoModule (finalAttrs: {
    diff -u plugin.cfg.orig plugin.cfg || true
    for src in ${toString (attrsToSources externalPlugins)}; do go get $src; done
    GOOS= GOARCH= go generate
    go mod tidy
    go mod vendor
  '';