Unverified Commit 9f5ee707 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #234898 from figsoda/cmake

xplorer: move cmake to nativeBuildInputs
parents 06358235 c8929e45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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