hhvm: mark as broken

This commit is contained in:
Vincent Laporte 2018-08-29 12:34:38 +00:00
parent eecfebdcd3
commit f23c765827
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -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
};
}