about summary refs log tree commit diff
path: root/pkgs/applications/misc/gitit
AgeCommit message (Collapse)AuthorFilesLines
2024-06-07gitit: fix build on aarch64-darwinsternenseemann1-2/+20
2024-06-07gitit: fix build with plugin supportsternenseemann1-10/+12
Since it incurs a GHC reference anyways, we have to disable justStaticExecutables!
2024-06-07gitit: set maintainers via hackage2nix exclusivelysternenseemann1-6/+2
2024-06-07gitit: drop reference prevention codesternenseemann1-36/+1
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.
2021-11-07haskell: switch from haskell.lib to haskell.lib.composeEllie Hermaszewska1-4/+4
2020-06-12gitit: init at 0.13.0.0Profpatsch1-0/+61
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