-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
xzoom: fix gcc-14 #369803
xzoom: fix gcc-14 #369803
Conversation
include `unistd.h` to fix implicit function declaration errors
|
@lucasew thanks for running nixpkgs review but this doesn't appear to match this PR. off all these packages, the only one that gets rebuild when xzoom changes is xzoom.-- the GHA rebuild count only lists |
Right now I don't have much idea about the cause. It happens sometimes. |
cc maintainer: @7c6f434c |
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.
Thanks! I was about to open the same PR
Tested the binary on x86_64-linux, LGTM
nixpkgs-review
result
Generated using nixpkgs-review
.
Command: nixpkgs-review pr 369803
x86_64-linux
✅ 1 package built:
- xzoom
(no issues with nixpkgs-review, probably because I'm running it on a VM I rarely update)
include
unistd.h
to fix implicit function declaration errorsfixes: #369034
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-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.