Skip to content

Commit

Permalink
nix: fix build by using libxml2 with http support (#4196)
Browse files Browse the repository at this point in the history
* CI(deps): Lock file maintenance

* nix: fix build by using libxml2 with http support

Related nixpkgs PR:
NixOS/nixpkgs#331118

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
imincik and renovate[bot] authored Aug 19, 2024
1 parent 7ee959a commit 769032f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
libpng
libsvm
libtiff
libxml2
(libxml2.override { enableHttp = true; })
netcdf
pdal
postgresql
Expand Down

0 comments on commit 769032f

Please sign in to comment.