Hi,
This old bug #32131,
https://issues.guix.gnu.org/issue/32131
is not a bug. It is because gcc-toolchain is missing.
On Wed, 11 Jul 2018 at 22:12, Anonymous <[email protected]> wrote:
> This bug can be reproduced by doing
>
> guix package -i ghc
> echo 'main=return()' > test.hs
> ghc test.hs
>
> The expected output is that the program will be compiled, but instead we get
> the error message
--8<---------------cut here---------------start------------->8---
$ echo 'main=return()' > test.hs
$ guix shell -C ghc gcc-toolchain -- ghc test.hs
[1 of 1] Compiling Main ( test.hs, test.o )
Linking test ...
$ ./test
--8<---------------cut here---------------end--------------->8---
Closing. Let me know if I am missing something.
Cheers,
simon