From 34aaf7ef77b48434f7a40deef2824ecf0414a60f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 19 Mar 2026 05:24:31 +0100 Subject: build(rocie-server/nix/package): Include required dependencies --- nix/package.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix') diff --git a/nix/package.nix b/nix/package.nix index d0efb16..adc5a03 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -14,6 +14,7 @@ # nativeBuildInputs pkg-config, sqlite, + fd, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "rocie-server"; @@ -38,10 +39,14 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ pkg-config + + # Needed for the `mkdb.sh` sqlite + fd ]; buildInputs = [ + sqlite.dev ]; checkInputs = [ -- cgit 1.4.1