aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/hhvm
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-08-29 12:34:38 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-08-29 14:43:06 +0000
commitf23c7658271e83d3ba903c8bd9655737ee959b39 (patch)
treeb8fb5492f909238d26afe3c98128ffdb4c24a008 /pkgs/development/compilers/hhvm
parenteecfebdcd35e881dec7992d9e1adc1e62acc8696 (diff)
hhvm: mark as broken
Diffstat (limited to 'pkgs/development/compilers/hhvm')
-rw-r--r--pkgs/development/compilers/hhvm/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/hhvm/default.nix b/pkgs/development/compilers/hhvm/default.nix
index 749e4125a0b3..010dacd0c71a 100644
--- a/pkgs/development/compilers/hhvm/default.nix
+++ b/pkgs/development/compilers/hhvm/default.nix
@@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
license = "PHP/Zend";
platforms = [ "x86_64-linux" ];
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
+ broken = true; # Since 2018-04-21, see https://hydra.nixos.org/build/73059373
};
}