freerdp: Mark stable as broken

re: https://github.com/NixOS/nixpkgs/issues/19075 #19075
re: https://lwn.net/Vulnerabilities/702121/
re: https://lwn.net/Vulnerabilities/604034/

Other distributions seem to have switched to Unstable instead.
This commit is contained in:
Graham Christensen 2016-09-29 08:00:02 -04:00
parent a9166d143d
commit 4c0b07ce1e
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -62,5 +62,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}