diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix index 097c4b9ebb55..f11752d5e094 100644 --- a/pkgs/tools/filesystems/ceph/default.nix +++ b/pkgs/tools/filesystems/ceph/default.nix @@ -19,6 +19,7 @@ nasm, pkg-config, which, + openssl, # Tests nixosTests, @@ -259,6 +260,9 @@ let propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ self.flaky ]; + # hack: avoid building docs due to incompatibility with current sphinx + nativeBuildInputs = [ openssl ]; # old.nativeBuildInputs but without sphinx* + outputs = lib.filter (o: o != "doc") old.outputs; }); # This is the most recent version of `trustme` that's still compatible with `cryptography` 40.