about summary refs log tree commit diff
path: root/pkgs/openlab
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-11-28 11:01:07 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-11-28 11:01:07 +0100
commit470148703993dedbdc00c8f1e384a4ee27705830 (patch)
tree866e9a7c0793d79b328df994ab2398afe10777f7 /pkgs/openlab
parentbd9f992d63fca39597296c08f3a25a27bfb7bdfc (diff)
pkgs/openlab/gitit: Mark as broken
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
Diffstat (limited to 'pkgs/openlab')
-rw-r--r--pkgs/openlab/gitit/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/openlab/gitit/default.nix b/pkgs/openlab/gitit/default.nix
index 29889e29..dca2822a 100644
--- a/pkgs/openlab/gitit/default.nix
+++ b/pkgs/openlab/gitit/default.nix
@@ -9,6 +9,7 @@ let hp = haskellPackages.override {
         rev = "3da7c841f9382d0c62242a1b718511acec97e9f7";
         sha256 = "0qhkbvm4ixav4nln3m9845w9m3gzfq5xh4nxp2c9qj4w9p79if7z";
       };
+      broken = true;
       platforms = [ "x86_64-linux" ];
       hydraPlatforms = platforms;
     }));