···11{ lib
22+, stdenv
23, buildGoModule
34, fetchFromGitHub
45, nixosTests
···2223 };
23242425 meta = {
2626+ # ca/ca.go:374:67: 9223372038 (untyped int constant) overflows uint
2727+ broken = stdenv.hostPlatform.is32bit;
2528 homepage = "https://github.com/letsencrypt/pebble";
2629 description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";
2730 license = [ lib.licenses.mpl20 ];