-
-
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
julius: darwin build, add maintainer #318047
Conversation
b1c4d35
to
f1b11fe
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4049 |
a2dfdf1
to
edebbda
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4058 |
@paparodeo @SuperSandro2000 ready for re-review, thanks for the feedback so far! |
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.
LGTM
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1733 |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1737 |
@SuperSandro2000 friendly ping to ask for merge, thank you 🙏🏻 |
Description of changes
Added Darwin support to Julius.
List of changes:
fixup_bundle
CMake directive - gave a few errors and doesn't really makes sense on Nixsips
withconvert
(imagemagick
)iconutil
withpng2icns
(libicns
)codesign
binary with the one fromdarwin.sigtool
The screenshot below is from the compiled
julius.app
running on my M1 machine (macOS 14.5).Binaries tested both on
aarch64-darwin
andaarch64-linux
.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.