doc/tauri: stdenv.is* -> stdenv.hostPlatform.is*
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
71091397cc
commit
86d9f7ed0d
@ -52,12 +52,12 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ openssl ]
|
[ openssl ]
|
||||||
++ lib.optionals stdenv.isLinux [
|
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||||
glib-networking # Most Tauri apps need networking
|
glib-networking # Most Tauri apps need networking
|
||||||
libsoup
|
libsoup
|
||||||
webkitgtk_4_0
|
webkitgtk_4_0
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin (
|
++ lib.optionals stdenv.hostPlatform.isDarwin (
|
||||||
with darwin.apple_sdk.frameworks;
|
with darwin.apple_sdk.frameworks;
|
||||||
[
|
[
|
||||||
AppKit
|
AppKit
|
||||||
|
Loading…
Reference in New Issue
Block a user