-
-
Notifications
You must be signed in to change notification settings - Fork 17.5k
fcitx5: fix cross compilation #399981
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
fcitx5: fix cross compilation #399981
Conversation
|
This can go to the master branch, no? |
before I retargeted it the rebuild count showed fcitx5 was very recently removed from the sdl3 closure though (#401534) -- maybe that did actually bring the rebuild count down to |
|
ah, #401534 does look to have substantially reduced the rebuild count. however, that changeset hasn't made it to master; it's still in staging. so if i were to retarget this PR to master, the rebuild count would go back above 500. so: staging is the right target for this PR |
misuzu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested by building with #401980
- pkgs.xcb-imdkit
- pkgs.fcitx5
- pkgsCross.riscv64.imdkit
- pkgsCross.riscv64.fcitx5
fixes
nix-build -A pkgsCross.aarch64-multiplatform.fcitx5(and its dependency,xcb-imdkit)Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.