Hello fellow Guix folks!
I'm planning a switch to a Guix system and have a question i couldn't
answer myself - is it possible to keep just the grub.cfg instead of full
GRUB install? I'd rather have GRUB installed as a payload with Coreboot
and maintain it's configuration with `guix system`, so th
Hello guix!
I've run aground with Haskell's ghc (interpreter works fine) - running
ghc on a basic hello world program fails. I identified couple issues:
- Include directory for linux headers wasn't passed to gcc
(`C_INCLUDE_PATH=/gnu/... ghc` fixed it)
- Lib C's crti.o and crt1.o where not
Ricardo Wurmus writes:
>> I've run aground with Haskell's ghc (interpreter works fine) - running
>> ghc on a basic hello world program fails. I identified couple issues:
>>
>> - Include directory for linux headers wasn't passed to gcc
>>(`C_INCLUDE_PATH=/gnu/... ghc` fixed it)
>> - Lib C's