[Nix-dev] Re: gcc-wrapper depends on coreutils

Ludovic Courtès ludo at gnu.org
Mon Oct 19 11:35:45 CEST 2009


Hello,

Lluís Batlle <viriketo at gmail.com> writes:

> Ikiwiki used the gcc wrapper, but did not use coreutils.
> Ikiwiki is run through a cgi called from Apache, which does not have
> coreutils in the path, and when calling the gcc wrapper I saw that the
> wrapper needs 'cat'.

Aaaah, I understand, thanks for clarifying.

If you want to avoid “@coreutils@/bin/cat”, you may be able to just
“sed -e"s|\<cat\>|$(type -P cat)|g"”.

Thanks,
Ludo’.



More information about the nix-dev mailing list