cdepillabout / termonad

Terminal emulator configurable in Haskell.

Home Page:https://hackage.haskell.org/package/termonad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compilation fails with stack on NixOS because arguments passed to hsc2hs for haskell-gi are too long

cdepillabout opened this issue · comments

There is an issue on the nixpkgs issue tracker that is tracking this:

NixOS/nixpkgs#49206

I've worked around this in #101.

You can see the explanation of how to use this at the top of the file https://github.com/cdepillabout/termonad/blob/db185e34a4b678183d8d1b1ce0be4c8bf3532fc8/.nix-helpers/stack-fhs-env.nix.

This stack-fhs-env.nix is no longer working for stack-2.1.3.1. I've removed it in #145.

If you want to do development for Termonad on NixOS, you must use nix-shell, and then use cabal build within it.