Open AndersonTorres opened 1 year ago
My impression was that waf cross-compilation mostly worked. I got cross-compilation working for samba and its related dependencies (which all use waf) several years ago (#113263), and they have worked since then. Have you found packages other than fomp
that fail?
The issue is that fomp
has python3
in buildInputs
instead of nativeBuildInputs
.
It's likely that all packages which vendor waflib (unless newer versions of it have fixed the issue) are broken.
Describe the bug
There are some issues on waf that deserve some study.
waf
support on cross-compilation is doubtfulSteps To Reproduce
Steps to reproduce the behavior:
pkgsStatic.fomp
Expected behavior
A static fomp
Screenshots
Additional context
Found while refactoring waf
https://github.com/NixOS/nixpkgs/pull/243758
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.