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