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

nlohmann_json: allow overrides by eliminating use of rec #181654

Merged
merged 1 commit into from Jul 17, 2022
Merged

nlohmann_json: allow overrides by eliminating use of rec #181654

merged 1 commit into from Jul 17, 2022

Conversation

ghost
Copy link

@ghost ghost commented Jul 15, 2022

Description of changes

The existing nlohmann_json expression prevents users from overriding fields (like doCheck) because it uses rec in the argument to mkDerivation. Let's use the shiny new pass-a-function-to-mkDerivation feature to do the same thing without blocking overrides.

Things done
  • Built on platform(s)
    • mips64el-linux-
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Fits CONTRIBUTING.md.

The existing nlohmann_json expression prevents users from overriding
fields (like `doCheck`) because it uses `rec` in the argument to
`mkDerivation`.  Let's use the shiny new
pass-a-function-to-`mkDerivation` feature to do the same thing without
blocking overrides.
@ghost
Copy link
Author

ghost commented Jul 16, 2022

@ofborg eval

I think OfBorg's aarch64-darwin is stuck again

@winterqt
Copy link
Member

Nice catch :)

@winterqt winterqt merged commit 57bfdfa into NixOS:master Jul 17, 2022
@ghost ghost deleted the pr/nlohmann_json/allow_overrides branch July 17, 2022 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant