Hi, This patch fails with the following error. How to fix it? # ./pre-inst-env guix-build -K glib [...] make[4]: Leaving directory `/tmp/nix-build-42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv-1/glib-2.34.3/gio' Making all in tests XMLLINT not set and xmllint not found in path; skipping xml preprocessing. XMLLINT not set and xmllint not found in path; skipping xml preprocessing. XMLLINT not set and xmllint not found in path; skipping xml preprocessing. XMLLINT not set and xmllint not found in path; skipping xml preprocessing. make[4]: Entering directory `/tmp/nix-build-42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv-1/glib-2.34.3/gio/tests' GEN gdbus-test-codegen-generated.c GEN gdbus-test-codegen-generated.h /bin/sh: /usr/bin/env: No such file or directory /bin/sh: /usr/bin/env: No such file or directory make[4]: *** [gdbus-test-codegen-generated.c] Error 127 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [gdbus-test-codegen-generated.h] Error 127 GEN test_resources.c GEN test_resources2.c XMLLINT not set and xmllint not found in path; skipping xml preprocessing. XMLLINT not set and xmllint not found in path; skipping xml preprocessing. make[4]: Leaving directory `/tmp/nix-build-42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv-1/glib-2.34.3/gio/tests' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/nix-build-42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv-1/glib-2.34.3/gio' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/nix-build-42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv-1/glib-2.34.3/gio' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/nix-build-42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv-1/glib-2.34.3' make: *** [all] Error 2 note: keeping build directory `/tmp/nix-build-42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv-1' builder for `/nix/store/42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv' failed with exit code 1 @ build-failed /nix/store/42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv /nix/store/lbs36489dqi0b16ag71i6b37whgyv0q2-glib-2.34 1 builder for `/nix/store/42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv' failed with exit code 1 error: build failed: build of `/nix/store/42h90wr1l80ladc410a69gmdp7r2hwrw-glib-2.34.drv' failed Does it fail because of the absolute file name? There are no comments about 'tests?' because the build fails before them. Nikita