···19 nasm,
20 pkg-config,
21 which,
02223 # Tests
24 nixosTests,
···259 propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [
260 self.flaky
261 ];
000262 });
263264 # This is the most recent version of `trustme` that's still compatible with `cryptography` 40.
···19 nasm,
20 pkg-config,
21 which,
22+ openssl,
2324 # Tests
25 nixosTests,
···260 propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [
261 self.flaky
262 ];
263+ # hack: avoid building docs due to incompatibility with current sphinx
264+ nativeBuildInputs = [ openssl ]; # old.nativeBuildInputs but without sphinx*
265+ outputs = lib.filter (o: o != "doc") old.outputs;
266 });
267268 # This is the most recent version of `trustme` that's still compatible with `cryptography` 40.