-
-
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
garble: fix build #345252
garble: fix build #345252
Conversation
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.
Does this program provides an executable ?
If so, please add its name to meta.mainProgram
.
Also, in this case, you could add versionCheckHook
to nativeCheckInputs
(along with versionCheckProgramArg = [ "--version" ];
.
@GaetanLepage Done. |
Could you try to add this too please ? |
|
On
Try to add |
In
|
fa12cdf
to
6b66345
Compare
@GaetanLepage Try this. |
|
Darwin fails with:
Try adding
|
@ofborg build garble |
fc9874c
to
2b86281
Compare
|
@GaetanLepage According to ofborg. aarch64-linux can be built. darwin still fails. |
@ofborg build garble |
@ofborg build garble |
|
|
@GaetanLepage I need help for fixing darwin because I can't test it. Anyway, could you please tell me why aarch64-linux fails for you. Ofbord build successfully. |
d895ac6
to
209d2a4
Compare
I guess that there is some thing to do at compile time to indicate the version. |
@GaetanLepage It detect version by |
Haven't you forgotten to push it ? ;) |
@GaetanLepage Oh,no. 🤭 |
@ofborg build garble |
|
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.
Seems good, thanks
Description of changes
Fix build
ZHF: #352882
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.