ceph: hack-fix build
We surely don't need docs in the overridden pyopenssl. https://hydra.nixos.org/build/287563868/nixlog/1/tail
This commit is contained in:
parent
7b1c9c7c90
commit
7e259cee4d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user