about summary refs log tree commit diff
path: root/pkgs/openlab/gitit
Commit message (Collapse)AuthorAgeFilesLines
* gitit: remove filestore patchProfpatsch2016-06-282-73/+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-132-0/+73
|
* 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