···1919 nasm,
2020 pkg-config,
2121 which,
2222+ openssl,
22232324 # Tests
2425 nixosTests,
···259260 propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [
260261 self.flaky
261262 ];
263263+ # hack: avoid building docs due to incompatibility with current sphinx
264264+ nativeBuildInputs = [ openssl ]; # old.nativeBuildInputs but without sphinx*
265265+ outputs = lib.filter (o: o != "doc") old.outputs;
262266 });
263267264268 # This is the most recent version of `trustme` that's still compatible with `cryptography` 40.