Unverified Commit 910c47c1 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ddev: fix docker plugins patch (#506055)

parents bdab6d6d 59c924f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ buildGoModule (finalAttrs: {
  };

  postPatch = ''
    (cd vendor/github.com/docker/cli && patch ${./cli-system-plugin-dir-from-env.patch})
    (cd vendor/github.com/docker/cli && patch -p1 < ${./cli-system-plugin-dir-from-env.patch})
  '';

  nativeBuildInputs = [