Skip to content

Commit

Permalink
xplorer: move cmake to nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed May 29, 2023
1 parent 58c8583 commit c8929e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/file-managers/xplorer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit c8929e4

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/how-to-search-nixpkgs-by-e-g-buildinputs/34507/4

Please sign in to comment.