From 8f4daa5e8998322862cc461bd0b4bc17f8feeb48 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 31 Jan 2025 14:06:42 -0800 Subject: [PATCH] nix: don't shell zenity on macos Signed-off-by: William Casarin --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 602cd675..ca9e81b3 100644 --- a/shell.nix +++ b/shell.nix @@ -19,7 +19,6 @@ mkShell ({ pkg-config #cmake fontconfig - zenity gradle #gtk3 #gsettings-desktop-schemas @@ -27,6 +26,8 @@ mkShell ({ #wabt #gdb #heaptrack + ] ++ lib.optionals (!stdenv.isDarwin) [ + zenity ] ++ lib.optionals use_android [ jre openssl