Hi Sarah,
Em sábado, 7 de agosto de 2021, às 00:13:16 -03, Sarah Morgensen escreveu:
> > @@ -259,6 +261,7 @@ such as elevation, speed, heart rate, power,
> > temperature, and gear shifts.")>
> > (modify-phases %standard-phases
> >
> > (add-after 'unpack 'fix-build
> >
> > (lambda* (#:key outputs #:allow-other-keys)
> >
> > + (setenv "TAR" "noop")
> >
> > (substitute* "SConstruct"
>
> ^ Should be "SConscript"
>
> This fixes the build.
Nice!
> > (("envs = \\{\\}")
> > "envs = os.environ"))
IIUC this takes care of propagating $C_INCLUDE_PATH to gcc. I should have
noticed it before. :facepalm:
> Hope that helps!
Thank you!
--
Thanks,
Thiago