Unverified Commit 7e259cee authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

ceph: hack-fix build

We surely don't need docs in the overridden pyopenssl.
https://hydra.nixos.org/build/287563868/nixlog/1/tail
parent 7b1c9c7c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.