Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> +(inputs
>> + `(("atlas" ,atlas) ; --with-blas
>> + ("bzip2" ,bzip2)
>
> Unless used for libbz2, move it to ‘native-inputs’.
>
>> + ("perl" ,perl)
>
> Likewise.
>
>> + ("texlive" ,texlive) ; needed to make vignettes
Ricardo Wurmus skribis:
> +(inputs
> + `(("atlas" ,atlas) ; --with-blas
> + ("bzip2" ,bzip2)
Unless used for libbz2, move it to ‘native-inputs’.
> + ("perl" ,perl)
Likewise.
> + ("texlive" ,texlive) ; needed to make vignettes
> + ("texinfo" ,texinfo) ; for buil
Ricardo Wurmus writes:
> Ricardo Wurmus writes:
>
>> The test suite fails when using `guix build' but it's passing when run
>> in `guix environment --pure r' (where LANG is "en_GB.UTF-8"). Judging
>> from the error message I suspect that the failure is locale-related, but
>> I was not able to fi
Ricardo Wurmus writes:
> The test suite fails when using `guix build' but it's passing when run
> in `guix environment --pure r' (where LANG is "en_GB.UTF-8"). Judging
> from the error message I suspect that the failure is locale-related, but
> I was not able to fix this by adding a build phase
Hi Guix,
attached is a patch to add the statistics software R.
The test suite fails when using `guix build' but it's passing when run
in `guix environment --pure r' (where LANG is "en_GB.UTF-8"). Judging
from the error message I suspect that the failure is locale-related, but
I was not able to f