cryptopp: mark as broken

https://github.com/NixOS/nixpkgs/issues/18856
This commit is contained in:
Graham Christensen 2016-09-28 08:47:18 -04:00
parent 990c2be008
commit 32ed834387
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F
1 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@ stdenv.mkDerivation rec {
license = licenses.boost;
platforms = platforms.all;
maintainers = [ ];
# Marked as broken due to needing an update for security issues.
# See: https://github.com/NixOS/nixpkgs/issues/18856
broken = true;
};
}