asterisk: mark as broken

https://github.com/NixOS/nixpkgs/issues/18856
This commit is contained in:
Graham Christensen
2016-09-28 08:47:27 -04:00
parent 90e9ad2106
commit 990c2be008

View File

@@ -57,5 +57,8 @@ stdenv.mkDerivation rec {
homepage = http://www.asterisk.org/;
license = licenses.gpl2;
maintainers = with maintainers; [ auntie ];
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}