2009/10/19 Ludovic Courtès <[email protected]>:
> Hello,
>
> Lluís Batlle <[email protected]> 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"”.

I did a commit 'fixing' that @coreutils@/bin/cat, which wasn't that
good I saw later.

I tried that the new stdenv did not require a much more complicated
rebuild or dependencies. I've seen it seems to work in linux, looking
at hydra 'Errors'. But we should fix the other stdenv. We will
remember it, while they remain broken.

Regards,
Lluís.
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to