From c8929e452353bc6ec4916ba7854adf877ad65aa9 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 29 May 2023 19:48:42 -0400 Subject: [PATCH] xplorer: move cmake to nativeBuildInputs --- pkgs/applications/file-managers/xplorer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/file-managers/xplorer/default.nix b/pkgs/applications/file-managers/xplorer/default.nix index df39f4cad95e..0e82fbfa655b 100644 --- a/pkgs/applications/file-managers/xplorer/default.nix +++ b/pkgs/applications/file-managers/xplorer/default.nix @@ -73,8 +73,8 @@ rustPlatform.buildRustPackage { substituteInPlace tauri.conf.json --replace '"distDir": "../out/src",' '"distDir": "frontend-build/src",' ''; - buildInputs = [ dbus openssl freetype libsoup gtk3 webkitgtk cmake ]; - nativeBuildInputs = [ pkg-config ]; + nativeBuildInputs = [ cmake pkg-config ]; + buildInputs = [ dbus openssl freetype libsoup gtk3 webkitgtk ]; checkFlags = [ # tries to mutate the parent directory