prs: fix sandbox build on darwin

This commit is contained in:
Kenichi Kamiya
2025-11-01 17:30:14 +09:00
parent e4e70495d5
commit 631818fdff
+6
View File
@@ -9,6 +9,7 @@
gpgme,
gtk3,
stdenv,
writableTmpDirAsHomeHook,
}:
rustPlatform.buildRustPackage rec {
@@ -29,6 +30,11 @@ rustPlatform.buildRustPackage rec {
installShellFiles
pkg-config
python3
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# fix following error on darwin sandbox mode:
# objc/notify.h:1:9: fatal error: could not build module 'Cocoa'
writableTmpDirAsHomeHook
];
cargoBuildFlags = [