-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
frozen: init at unstable-2021-02-23 #248326
Conversation
3cb8840
to
63c2faf
Compare
# frozen only has internal make and bazel support | ||
# as it only consists of two source files, adding a | ||
# small meson file on the fly is the easiest option for | ||
# cross compilation support |
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.
Would it be feasible to get this support upstream? Even if not, it'd probably be better to open a PR and pull in the patch via the GitHub API from the PR.
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.
If the PR gets closed, the patch disappears though — learned this the hard way with ZFS :D.
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.
I added comments on the issue and possible release, as I can't predict when/if that will happen upstream. |
dd6f807
to
b0491d8
Compare
Not about our package but the upstream itself: it looks they stalled a lot of time ago. |
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.
After removing writeText, this looks good to go.
frozen is a small JSON parser and generator library, targeted at embedded use-cases. As it only uses two source files, add meson.build on the fly to enable cross compilation. Signed-off-by: Markus Theil <[email protected]>
frozen is a small JSON parser and generator library, targeted at embedded use-cases. As it only uses two source files, add meson.build on the fly to enable cross compilation.
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)