redmine: mark as broken

https://github.com/NixOS/nixpkgs/issues/18856
This commit is contained in:
Graham Christensen 2016-09-28 08:47:08 -04:00
parent 32ed834387
commit f9c9c1dac8
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

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