Hi Simon,
Thanks for caring for this old issue.
On Fri, 22 Sep 2023, Simon Tournier wrote:
Hi,
On Thu, 14 Oct 2021 at 16:00, Jack Hill wrote:
$ guix environment --ad-hoc ghc -- ghci
GHCi, version 8.10.7: https://www.haskell.org/ghc/ :? for help
ghc: could not execute: gcc
This is curren
Hi,
On Thu, 14 Oct 2021 at 16:00, Jack Hill wrote:
> $ guix environment --ad-hoc ghc -- ghci
> GHCi, version 8.10.7: https://www.haskell.org/ghc/ :? for help
> ghc: could not execute: gcc
This is currently expected.
> but if gcc-toolchain is included, it can:
One option is to have a package
On Thu, 14 Oct 2021, Jack Hill wrote:
Hi Guix,
Using Guix 5fafb6e792c1e18ec223f0c7fb350d0c9b962a45, running ghci in an
environment can't find gcc:
Some more observations about this problem. It only occurs with our two
newest GHC packages (8.10.7 and 8.8.4), previous releases start ghci and
Hi Guix,
Using Guix 5fafb6e792c1e18ec223f0c7fb350d0c9b962a45, running ghci in an
environment can't find gcc:
$ guix environment --ad-hoc ghc -- ghci
GHCi, version 8.10.7: https://www.haskell.org/ghc/ :? for help
ghc: could not execute: gcc
but if gcc-toolchain is included, it can:
$ guix en