-
-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix: fix build by using libxml2 with http support #4196
Conversation
Would this build error happen eventually on non-nix builds? Would there be an adaptation that we would need to apply to all of our other builds for this? |
This issue is caused by removal of default support of http in libxml2 . GRASS must be using it somewhere. |
@neteler is there something to do about this? |
I wonder how to look for it:
In my view liblas isn't relevant at all any more (since we support PDAL) and could be dropped. |
Is it a transitive dependency then? |
PDAL doesn't work winGRASS so far; IIRC some c++ compiling/linking issues. |
That's may be the reason for liblas. |
* 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>
* 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>
Related nixpkgs PR:
NixOS/nixpkgs#331118