nixpkgs/pkgs/development/libraries/nlohmann_json
Adam Joseph 5a02dc8ee8 nlohmann_json: allow overrides by eliminating use of rec
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.
2022-07-15 15:53:01 -07:00
..
default.nix