From 5d66e497c886d5fdd90dfaa74a51de8698348e0c Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Wed, 23 Oct 2024 13:27:27 +0200 Subject: [PATCH] grass: remove libxml http workaround --- 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 68bbcb46b526..69d6e984869d 100644 --- a/pkgs/applications/gis/grass/default.nix +++ b/pkgs/applications/gis/grass/default.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: { libpng libsvm libtiff - (libxml2.override { enableHttp = true; }) + libxml2 netcdf pdal postgresql