Merge pull request #234898 from figsoda/cmake
xplorer: move cmake to nativeBuildInputs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user