3
0
Fork 0
forked from mirrors/nixpkgs

ceph: mark as broken

This commit is contained in:
Graham Christensen 2016-12-29 17:45:15 -05:00
parent 9c52f7f083
commit eb01090301
No known key found for this signature in database
GPG key ID: 06121D366FE9435C

View file

@ -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;