From ae29b5c670ea11750be91775ec403ce8756c39d8 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Sat, 10 Aug 2024 11:08:59 +0200 Subject: [PATCH] qgis: remove duplicate withGrass setting in flake.nix --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 76d5161..19ac0f8 100644 --- a/flake.nix +++ b/flake.nix @@ -256,7 +256,6 @@ inherit geos gdal libspatialindex libspatialite pdal proj; python3 = qgis-python; - withGrass = false; }; qgis = pkgs.callPackage ./pkgs/qgis { qgis-unwrapped = qgis-unwrapped; }; @@ -266,7 +265,6 @@ inherit geos gdal libspatialindex libspatialite pdal proj; python3 = qgis-python; - withGrass = false; }; qgis-ltr = pkgs.callPackage ./pkgs/qgis/ltr.nix { qgis-unwrapped = qgis-ltr-unwrapped; };