Hello, guix-comm...@gnu.org writes:
> jpoiret pushed a commit to branch master > in repository guix. > > commit ca8acad38264dd29a808904d3ce8e7249194d95f > Author: Josselin Poiret <d...@jpoiret.xyz> > AuthorDate: Fri May 12 10:00:00 2023 +0200 > > build: Add dependency on guix script for help2man targets. > > * doc/local.mk: Add dependency on guix script for help2man targets. > > Signed-off-by: Ludovic Courtès <l...@gnu.org> This changes appears to break building my tree, like this: --8<---------------cut here---------------start------------->8--- help2man: can't get `--help' info from guix home Try `--no-discard-stderr' if option outputs to stderr make[2]: [Makefile:7131 : doc/guix-home.1] Erreur 1 (ignorée) --8<---------------cut here---------------end--------------->8--- It doesn't happen with 'make as-derivation' though, so it seems to have to do with some shenanigan in my checkout. Any idea how I could fix my checkout without running 'git clean -xfdd' ? -- Thanks, Maxim