mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-06 13:53:05 +00:00
e8e53c5c8c
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`). |
||
---|---|---|
.. | ||
default.nix | ||
zen_workaround.nix |