phodina via Guix-patches via schreef op zo 06-02-2022 om 07:46 [+0000]: > + (arguments > + `(#:tests? #f)) ;no test suite The following looks like (part of) a test suite to me: . > +    (synopsis "Header only C++11 library to encode/decode base64, > etc.") > +    (description "This package provide header-only C++11 library to > +encode/decode base64, base64url, base32, base32hex and hex.") > +    (license license:expat))) While the information about being header-only is useful for people looking to bundle a dependency in their source code, it seems irrelevant to people using cppcodec via Guix. Greetings, Maxime.