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
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

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