radicle-desktop: fix build on darwin

This commit is contained in:
Pavol Rusnak
2026-03-02 17:48:07 +01:00
parent 6d3b61b190
commit e7649c39cf
@@ -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
];