From dd5a2a552b86c8407bdf29c85f9059a92df20674 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Thu, 8 Aug 2024 15:15:11 +0200 Subject: [PATCH] qgis: don't build with grass by default --- pkgs/qgis/unwrapped-ltr.nix | 2 +- pkgs/qgis/unwrapped.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/qgis/unwrapped-ltr.nix b/pkgs/qgis/unwrapped-ltr.nix index d3745a0..c178e9c 100644 --- a/pkgs/qgis/unwrapped-ltr.nix +++ b/pkgs/qgis/unwrapped-ltr.nix @@ -6,7 +6,7 @@ , wrapGAppsHook3 , wrapQtAppsHook -, withGrass ? true +, withGrass ? false , withWebKit ? false , bison diff --git a/pkgs/qgis/unwrapped.nix b/pkgs/qgis/unwrapped.nix index cf307ab..d9b40b0 100644 --- a/pkgs/qgis/unwrapped.nix +++ b/pkgs/qgis/unwrapped.nix @@ -6,7 +6,7 @@ , wrapGAppsHook3 , wrapQtAppsHook -, withGrass ? true +, withGrass ? false , withWebKit ? false , bison