valgrind-light: correctly override meta (#340713)

This commit is contained in:
éclairevoyant 2024-09-09 14:24:30 +00:00 committed by GitHub
commit 4e97d1fdd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19116,7 +19116,7 @@ with pkgs;
inherit (buildPackages.darwin) xnu bootstrap_cmds;
};
valgrind-light = (res.valgrind.override { gdb = null; }).overrideAttrs (oldAttrs: {
meta.description = "${oldAttrs.meta.description} (without GDB)";
meta = oldAttrs.meta // { description = "${oldAttrs.meta.description} (without GDB)"; };
});
qcachegrind = libsForQt5.callPackage ../development/tools/analysis/qcachegrind { };