ceph: fix build
Failure: https://hydra.nixos.org/build/265092568/nixlog/2/tail
This commit is contained in:
@@ -318,6 +318,11 @@ in rec {
|
||||
pname = "ceph";
|
||||
inherit src version;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace cmake/modules/Finduring.cmake \
|
||||
--replace-fail "liburing.a liburing" "uring"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
fmt
|
||||
|
||||
Reference in New Issue
Block a user