-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
Xmake is broken #342966
Comments
This is false. Try and rebuild today and you will see that it's the same date. This is due to the usage of
This is not an issue of the xmake package but the tbox one. Please create a packaging request for that package on Darwin.
That smells like a packaging bug. Could you The rest is likely caused by the unusccessful project init.
Simple derivation of what exactly? You are always free to create draft PRs. |
So it's not necessary to build all binary with
Thanks, let's discuss in the new PR. |
Correct. We just need a constant date encoded in binaries rather than whatever (For the Nix store's mtime normalisation it's different as that's global for all derivations rather than a per-derivation attribute.) |
Fixed by #343185 |
Describe the bug
Xmake on Nixpkgs has several issues:
nix run nixpkgs#xmake -- --version
:Here the timestamp is 20240729, which is related to the build date.
buildInputs
specified here are not compatible with aarch64 macOS. At least,tbox
andxmake-core-sv
are unavailable.Expected behavior
It should be deterministic and usable. For example,
And basic xmake commands should work normally.
Additional context
My simple derivation works properly on macOS. May I create a PR for discussing?
Notify maintainers
@wineee
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: