Unverified Commit 74eb59e9 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

[Backport release-25.05] dqlite: fix build (#423675)

parents 41e5aa24 6703e569
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch2,
  autoreconfHook,
  pkg-config,
  file,
@@ -22,6 +23,13 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-7ou077ozbpH21PcvEEcprr4UYJ/X398Ph9dh5C3YyBQ=";
  };

  patches = [
    (fetchpatch2 {
      url = "https://github.com/canonical/dqlite/commit/be453628ce782167f6652c055e600908e2641da7.patch?full_index=1";
      hash = "sha256-5DvZ1TW6QmE/heh/RjV395gSgwKM5XnqxqznfYQPC/Y=";
    })
  ];

  nativeBuildInputs = [
    autoreconfHook
    file