Files
nixpkgs/pkgs/development/python-modules/lxml/default.nix
Nathaniel Wesley Filardo dd91988ab3 python3Packages.lxml: fix cross-compilation
Rather than relying on lxml's build system to find its dependencies by path, use
the pkg-config hook.  This makes cross-compilation work, as otherwise the build
will attempt to link build platform libs while making host platform outputs.
2026-01-19 00:24:05 +00:00

1.3 KiB