From 309eb346d6d2141c6395cdaf33de1a69489fa90c Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Tue, 30 Jul 2024 18:36:53 +0200 Subject: [PATCH] grass: fix build by using libxml2 with http support --- 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 41d560a4ebd5..f221b8e4e8c4 100644 --- a/pkgs/applications/gis/grass/default.nix +++ b/pkgs/applications/gis/grass/default.nix @@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: { libmysqlclient libpng libtiff - libxml2 + (libxml2.override { enableHttp = true; }) netcdf pdal postgresql