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
commit 789b419d65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 { };