nixpkgs/pkgs/development/tools/analysis/rr
Kira Bruneau e8e53c5c8c rr: encode gdb dep with wrapProgram instead of propagatedBuildInputs
Except in special wrapper environments like `python3.withPackages`,
where all "build" dependencies are also runtime dependencies,
`propagatedBuildInputs` doesn't actually encode runtime dependencies.

It's meant to propagate build dependencies to dependants, so the
dependants don't have to explicitly add them to their `buildInputs`.

With `wrapProgram`, you can now run rr without having gdb
installed (eg. `nix run nixpkgs#rr replay`).
2023-04-26 12:44:34 -04:00
..
default.nix rr: encode gdb dep with wrapProgram instead of propagatedBuildInputs 2023-04-26 12:44:34 -04:00
zen_workaround.nix treewide: *Flags convert to list from str 2022-10-10 15:30:59 +03:00