Version 3.5.11 added a test to check that the default trust store is readable. It does not exist in the build environment, so pretend everything is fine. diff a/tests/trust-store.c b/tests/trust-store.c --- a/tests/trust-store.c +++ b/tests/trust-store.c @@ -61,7 +61,7 @@ } else if (ret < 0) { fail("error loading system trust store: %s\n", gnutls_strerror(ret)); } else if (ret == 0) { - fail("no certificates were found in system trust store!\n"); + success("no trust store in the Guix build environment!\n"); } gnutls_certificate_free_credentials(x509_cred); '> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nfs.scm
AgeCommit message (Expand)Author
2020-12-10gnu: nfs-utils: Fix location of external util-linux binaries....Tobias Geerinckx-Rice
2020-09-24gnu: nfs-utils: Do not generate static libraries....Maxim Cournoyer
2020-07-30gnu: Add nfs4-acl-tools....Lars-Dominik Braun
2020-05-26gnu: nfs-utils: Update to 2.4.3....Tobias Geerinckx-Rice
2020-04-08Merge branch 'master' into core-updates...Marius Bakke
2020-04-04gnu: nfs-utils: Fix the shebangs of the Python based tools....Maxim Cournoyer