···1{ lib
02, buildGoModule
3, fetchFromGitHub
4, nixosTests
···22 };
2324 meta = {
0025 homepage = "https://github.com/letsencrypt/pebble";
26 description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";
27 license = [ lib.licenses.mpl20 ];
···1{ lib
2+, stdenv
3, buildGoModule
4, fetchFromGitHub
5, nixosTests
···23 };
2425 meta = {
26+ # ca/ca.go:374:67: 9223372038 (untyped int constant) overflows uint
27+ broken = stdenv.hostPlatform.is32bit;
28 homepage = "https://github.com/letsencrypt/pebble";
29 description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";
30 license = [ lib.licenses.mpl20 ];