Unverified Commit 0dd53145 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

d2: fix build

parent 4f28c0b7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -7835,7 +7835,10 @@ with pkgs;
  choose = callPackage ../tools/text/choose { };
  d2 = callPackage ../tools/text/d2 { };
  d2 = callPackage ../tools/text/d2 {
    # Failed tests
    buildGoModule = buildGo121Module;
  };
  ddev = callPackage ../applications/virtualization/ddev { };