Commit Graph

6 Commits

Author SHA1 Message Date
sternenseemann
8aae50acda gitit: fix build on aarch64-darwin 2024-06-07 11:18:28 +02:00
sternenseemann
2810884b1f gitit: fix build with plugin support
Since it incurs a GHC reference anyways, we have to disable
justStaticExecutables!
2024-06-07 11:18:28 +02:00
sternenseemann
59b26ed060 gitit: set maintainers via hackage2nix exclusively 2024-06-07 11:18:28 +02:00
sternenseemann
1285457ad3 gitit: drop reference prevention code
All these references would (indirectly) incur a GHC requisite which is
prevented by #304352 via justStaticExecutables. Consequently, we can
stop setting disallowedReferences.

As it turns out the references we were removing aren't currently
created, so our life gets even easier.
2024-06-07 11:18:28 +02:00
Ellie Hermaszewska
15ae25f36c
haskell: switch from haskell.lib to haskell.lib.compose 2021-11-07 20:18:45 +08:00
Profpatsch
91340aeea8 gitit: init at 0.13.0.0
This was broken in `haskellPackages` for a long time, but it’s back!

Time to give it a place in the toplevel and a prope) treatment:

* Semi-static binary
* Remove all references to `Paths_` modules of dependencies
* gitit tries very hard to have a runtime dependency on GHC, disable
  that by default.

Also added myself as a maintainer, let’s try to keep this working from
now on.

Fixes https://github.com/NixOS/nixpkgs/issues/32377
2020-06-12 13:21:34 +02:00