about summary refs log tree commit diff
path: root/pkgs/openlab/gitit/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/openlab: remove gititProfpatsch2021-02-051-18/+0
| | | | | We originally needed it here to deploy it on the machine, but it’s set up manually via the gitit repo default.nix for the time being.
* pkgs/openlab/gitit: Mark as brokenaszlig2016-11-281-0/+1
| | | | | | | | Doesn't build since quite a while, so let's mark it as broken until someone either fixes it or removes it entirely. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch, @sternenseemann
* gitit: remove filestore patchProfpatsch2016-06-281-3/+0
|
* pkgs/gitit: Make sure hydraPlatforms are setaszlig2016-06-141-1/+2
| | | | | | | | | | | | | | | | Within mapTestOn, meta.hydraPlatforms attribute has precedence over meta.platforms. The original gitit derivation has hydraPlatforms set to an empty list and it's aliased to meta.platforms. Unfortunately that alias doesn't work with overrideCabal, because we'd need to override the attributes passed to the callPackage'd function (the mentioned alias is done during function attrset unpacking). This fixes building gitit within the generic channel as well as including it in the pkgs.* Hydra jobs. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs/openlab.gitit: GHC 8 patchProfpatsch2016-06-131-0/+3
|
* pkgs/openlab/gitit: Build on Hydraaszlig2016-05-281-0/+1
| | | | | | | | | | | | | | | Instead of setting meta.platforms, we're setting just "platforms" here, because the cabal build expression passes it through as meta.platforms. Note that I'm currently setting the platforms attribute to just x86_64-linux for now, because that is the architecture the workaround machine "website-vm" so far has been built for. Of course, if we'd not set the platforms at all, it would include all supported architectures by default. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @Profpatsch
* pkgs: openlab.gititProfpatsch2016-05-201-0/+15