Skip to content
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

Add fixed xmake derivation #16

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Add fixed xmake derivation #16

merged 1 commit into from
Jan 23, 2024

Commits on Jan 23, 2024

  1. Add xmake derivation with json fix

    The xmake derivation in nixpkgs uses `lua.pkgs.cjson`,
    but xmake has it's own patched version of `cjson`
    with hex literals support.
    The CHERIoT RTOS requires hex literals to build.
    
    This derivation uses the internal patched version `cjson`.
    
    Note, there is a second fallback json parser within in xmake
    which doesn't have hex literal support either.
    
    Co-authored-by: Gary Guo <[email protected]>
    HU90m and nbdd0121 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0f6a564 View commit details
    Browse the repository at this point in the history