Loading pkgs/applications/file-managers/xplorer/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/applications/file-managers/xplorer/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading