Merge pull request #299689 from aaronjheng/d2

d2: fix build
This commit is contained in:
Mario Rodas
2024-03-28 18:26:50 -05:00
committed by GitHub
+4 -1
View File
@@ -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 { };