d2: fix build

This commit is contained in:
Aaron Jheng 2024-03-28 16:27:42 +08:00
parent 4f28c0b741
commit 0dd53145bf
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
1 changed files with 4 additions and 1 deletions

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