summary refs log tree commit diff
path: root/pkgs/development
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
parenteecfebdcd35e881dec7992d9e1adc1e62acc8696 (diff)
downloadnixlib-f23c7658271e83d3ba903c8bd9655737ee959b39.tar
nixlib-f23c7658271e83d3ba903c8bd9655737ee959b39.tar.gz
nixlib-f23c7658271e83d3ba903c8bd9655737ee959b39.tar.bz2
nixlib-f23c7658271e83d3ba903c8bd9655737ee959b39.tar.lz
nixlib-f23c7658271e83d3ba903c8bd9655737ee959b39.tar.xz
nixlib-f23c7658271e83d3ba903c8bd9655737ee959b39.tar.zst
nixlib-f23c7658271e83d3ba903c8bd9655737ee959b39.zip
hhvm: mark as broken
Diffstat (limited to 'pkgs/development')
-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
   };
 }