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

Merge #325059: ceph: fix build

parents db41081a c4cdd4aa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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