mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
hhvm: mark as broken
This commit is contained in:
parent
eecfebdcd3
commit
f23c765827
@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = "PHP/Zend";
|
license = "PHP/Zend";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
|
broken = true; # Since 2018-04-21, see https://hydra.nixos.org/build/73059373
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user