From ff2818413a256eb792ab6fda5b5d0b5994f178bc Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Thu, 19 Sep 2024 11:13:46 +0200 Subject: [PATCH] grass: disable opengl support on darwin --- pkgs/applications/gis/grass/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix index 4d0040215121..2e02c1d2da6a 100644 --- a/pkgs/applications/gis/grass/default.nix +++ b/pkgs/applications/gis/grass/default.nix @@ -5,7 +5,7 @@ , makeWrapper , wrapGAppsHook3 -, withOpenGL ? true +, withOpenGL ? !stdenv.isDarwin , bison , blas