termonad icon indicating copy to clipboard operation
termonad copied to clipboard

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

Open cdepillabout opened this issue 6 years ago • 2 comments

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

https://github.com/NixOS/nixpkgs/issues/49206

cdepillabout avatar Jan 01 '19 04:01 cdepillabout

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.

cdepillabout avatar Jan 02 '19 02:01 cdepillabout

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.

cdepillabout avatar Mar 02 '20 10:03 cdepillabout