Merge pull request #234898 from figsoda/cmake

xplorer: move cmake to nativeBuildInputs

authored by Nick Cao and committed by GitHub 9f5ee707 06358235

+2 -2
+2 -2
pkgs/applications/file-managers/xplorer/default.nix
··· 73 substituteInPlace tauri.conf.json --replace '"distDir": "../out/src",' '"distDir": "frontend-build/src",' 74 ''; 75 76 - buildInputs = [ dbus openssl freetype libsoup gtk3 webkitgtk cmake ]; 77 - nativeBuildInputs = [ pkg-config ]; 78 79 checkFlags = [ 80 # tries to mutate the parent directory
··· 73 substituteInPlace tauri.conf.json --replace '"distDir": "../out/src",' '"distDir": "frontend-build/src",' 74 ''; 75 76 + nativeBuildInputs = [ cmake pkg-config ]; 77 + buildInputs = [ dbus openssl freetype libsoup gtk3 webkitgtk ]; 78 79 checkFlags = [ 80 # tries to mutate the parent directory