Loading doc/hooks/tauri.section.md +15 −12 Original line number Diff line number Diff line Loading @@ -35,7 +35,8 @@ rustPlatform.buildRustPackage (finalAttrs: { hash = "..."; }; nativeBuildInputs = [ nativeBuildInputs = [ # Pull in our main hook cargo-tauri.hook Loading @@ -45,6 +46,8 @@ rustPlatform.buildRustPackage (finalAttrs: { # Make sure we can find our libraries pkg-config ] ++ lib.optionals stdenv.hostPlatform.isLinux [ wrapGAppsHook4 ]; Loading Loading
doc/hooks/tauri.section.md +15 −12 Original line number Diff line number Diff line Loading @@ -35,7 +35,8 @@ rustPlatform.buildRustPackage (finalAttrs: { hash = "..."; }; nativeBuildInputs = [ nativeBuildInputs = [ # Pull in our main hook cargo-tauri.hook Loading @@ -45,6 +46,8 @@ rustPlatform.buildRustPackage (finalAttrs: { # Make sure we can find our libraries pkg-config ] ++ lib.optionals stdenv.hostPlatform.isLinux [ wrapGAppsHook4 ]; Loading