From f2207c3df9b8679afbf9d3674dea2fa9f69fdce0 Mon Sep 17 00:00:00 2001 From: Franta Nautilus Date: Sun, 19 Apr 2026 18:12:57 +0200 Subject: [PATCH] fix: flake.nix nativeBuildInputs. --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 999cc5c66a..92c504dbe0 100644 --- a/flake.nix +++ b/flake.nix @@ -22,11 +22,13 @@ ... }: { rust-project.src = lib.sources.cleanSource ./.; + rust-project.defaults.perCrate.crane.args.nativeBuildInputs = with pkgs; [ + perl + pkg-config + ]; rust-project.defaults.perCrate.crane.args.buildInputs = with pkgs; [ clang openssl - perl - pkg-config ]; rust-project.crates.openfang-desktop.crane.args.buildInputs = with pkgs; [ atk