Loading
valgrind-light: correctly override meta
This is broken due to Nix treating `a = { b.c = d; }` as `a = { b = { c
= d; }; }` and `overrideAttrs` isn't recursively merging attributes with
old ones.
Broken in 95e172d7
https://github.com/NixOS/nixpkgs/pull/340144