Loading pkgs/by-name/dq/dqlite/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch2, autoreconfHook, pkg-config, file, Loading @@ -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 Loading Loading
pkgs/by-name/dq/dqlite/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch2, autoreconfHook, pkg-config, file, Loading @@ -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 Loading