Loading pkgs/by-name/pr/prs/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ gpgme, gtk3, stdenv, writableTmpDirAsHomeHook, }: rustPlatform.buildRustPackage rec { Loading @@ -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 = [ Loading Loading
pkgs/by-name/pr/prs/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ gpgme, gtk3, stdenv, writableTmpDirAsHomeHook, }: rustPlatform.buildRustPackage rec { Loading @@ -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 = [ Loading