Unverified Commit 789b419d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #299689 from aaronjheng/d2

d2: fix build
parents ddaedd98 0dd53145
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 { };