radicle-desktop: fix build on darwin (#495889)

This commit is contained in:
Felix Bargfeldt
2026-03-02 17:34:56 +00:00
committed by GitHub
@@ -1,4 +1,5 @@
{
stdenv,
fetchFromGitHub,
cargo-tauri,
fetchFromRadicle,
@@ -83,6 +84,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
gtk3
libsoup_3
openssl
]
++ lib.optionals stdenv.hostPlatform.isLinux [
webkitgtk_4_1
];