Skip to content

Commit b7868eb

Browse files
committed
1 parent 2d1be88 commit b7868eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/top-level/all-packages.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,9 @@ with pkgs;
14541454

14551455
accuraterip-checksum = callPackage ../tools/audio/accuraterip-checksum { };
14561456

1457-
acme-dns = callPackage ../servers/dns/acme-dns/default.nix { };
1457+
acme-dns = callPackage ../servers/dns/acme-dns/default.nix {
1458+
buildGoModule = buildGo122Module; # https://github.com/joohoi/acme-dns/issues/365
1459+
};
14581460

14591461
acme-sh = callPackage ../tools/admin/acme-sh { };
14601462

0 commit comments

Comments
 (0)