forked from mirrors/nixpkgs
ceph: mark as broken
This commit is contained in:
parent
9c52f7f083
commit
eb01090301
|
@ -285,6 +285,9 @@ stdenv.mkDerivation {
|
|||
license = licenses.lgpl21;
|
||||
maintainers = with maintainers; [ ak wkennington ];
|
||||
platforms = platforms.unix;
|
||||
# Broken because of https://lwn.net/Vulnerabilities/709844/
|
||||
# and our version is quite out of date.
|
||||
broken = true;
|
||||
};
|
||||
|
||||
passthru.version = version;
|
||||
|
|
Loading…
Reference in a new issue