diff options
author | Uli Baum <xeji@cat3.de> | 2018-09-08 19:14:46 +0200 |
---|---|---|
committer | Uli Baum <xeji@cat3.de> | 2018-09-08 20:08:49 +0200 |
commit | 15fedb51b347cab71a312ea6ad5e09d835178957 (patch) | |
tree | 651805bd4beb7338dd1b6fee37c97fa04f89bd54 /pkgs/servers/web-apps | |
parent | 4c2388dee3939f229379feb5adba18c619f3d91b (diff) |
frab: mark as broken
No successful hydra build since 2018-02-14. The build fails in the ruby gem json-1.8.3, which we cannot mark directly as broken in nixpkgs, so we mark this as broken.
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r-- | pkgs/servers/web-apps/frab/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/web-apps/frab/default.nix b/pkgs/servers/web-apps/frab/default.nix index 657bd423f3f46..d6a5128b81303 100644 --- a/pkgs/servers/web-apps/frab/default.nix +++ b/pkgs/servers/web-apps/frab/default.nix @@ -48,5 +48,6 @@ stdenv.mkDerivation rec { description = "Web-based conference planning and management system"; homepage = https://github.com/frab/frab; license = licenses.mit; + broken = true; # 2018-09-08; no successful hydra build since 2018-02-14 }; } |