diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix index a5df46b6ba4..d21d790dac8 100644 --- a/pkgs/tools/filesystems/ceph/generic.nix +++ b/pkgs/tools/filesystems/ceph/generic.nix @@ -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;