Unverified Commit 4e97d1fd authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

valgrind-light: correctly override meta (#340713)

parents 1dfe1a99 d4766057
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };