Keeping just grub.cfg for a bootloader

2019-05-11 Thread Vasilii Kolobkov
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

Issues with Haskell's ghc

2019-07-01 Thread Vasilii Kolobkov
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

Re: Issues with Haskell's ghc

2019-07-02 Thread Vasilii Kolobkov
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