perlPackages.XMLParser: cross compilation is broken #73011
Labels
0.kind: bug
Something is broken
6.topic: cross-compilation
Building packages on a different platform than they will be used on
Describe the bug
perlPackages.XMLParser
fails to cross compile on currentnixos-unstable
(7827d3f).Unfortunately this means that one cannot crosscompile a NixOS system right now, as
nixos/modules/system/activation/top-level.nix
depends on the package.To Reproduce
Run
nix build nixpkgs.pkgsCross.aarch64-multiplatform.perlPackages.XMLParser
.Additional context
I guess 076dc17, caused the issue, at least when I revert it, I can crosscompile the package.
Also this looks related to #36675.
For anybody in need of a quick and dirty fix: I use this patch to cross compile my system:
The text was updated successfully, but these errors were encountered: