summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-08-29 16:46:37 +0100
committerGitHub <noreply@github.com>2018-08-29 16:46:37 +0100
commit45e47cdab0db4ae165bb9fd654ac8508b1f7d667 (patch)
tree5c041d77949fde8378145b26fed2453fae02b6d5
parent256e347dfe2e8ab0070d85320fc1cc7da163eb92 (diff)
parentf23c7658271e83d3ba903c8bd9655737ee959b39 (diff)
downloadnixlib-45e47cdab0db4ae165bb9fd654ac8508b1f7d667.tar
nixlib-45e47cdab0db4ae165bb9fd654ac8508b1f7d667.tar.gz
nixlib-45e47cdab0db4ae165bb9fd654ac8508b1f7d667.tar.bz2
nixlib-45e47cdab0db4ae165bb9fd654ac8508b1f7d667.tar.lz
nixlib-45e47cdab0db4ae165bb9fd654ac8508b1f7d667.tar.xz
nixlib-45e47cdab0db4ae165bb9fd654ac8508b1f7d667.tar.zst
nixlib-45e47cdab0db4ae165bb9fd654ac8508b1f7d667.zip
Merge pull request #45745 from vbgl/hhvm-broken
hhvm: mark as broken
-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
   };
 }