Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f0057b6924da
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7b512c15570c
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 16, 2019

  1. Copy the full SHA
    80ac778 View commit details
    Browse the repository at this point in the history
  2. pwndbg: fix runtime python deps, fixes #71071

    pwndbg is a Python module for gdb. The built-in interpreter is used and
    pwndbg offers additional routines. Packaging this is tricky because that
    interpreter needs to be used. Using `python3.withPackages` won't work.
    By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
    its dependencies.
    
    If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
    An example of when that won't work is if pwndbg runs a script of itself
    in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
    FRidh committed Oct 16, 2019
    Copy the full SHA
    27a9800 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #71219 from FRidh/pwndbg

    pwndbg: fix runtime python deps, fixes #71071
    Mic92 committed Oct 16, 2019
    Copy the full SHA
    7b512c1 View commit details
    Browse the repository at this point in the history