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: 9aa43737f02d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 35c037c2f5c7
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 16, 2018

  1. radare2: 2.9.0 -> 3.0.0

    dtzWill committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    56ef6ee View commit details
    Browse the repository at this point in the history
  2. radare2: libuv and actually use deps we're providing

    Particularly openssl and zlib.
    There are others we may wish to provide but for now
    let's at least use the ones in buildInputs :).
    dtzWill committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    f88957d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fdc165 View commit details
    Browse the repository at this point in the history
  4. radare2: fix update script to handle invocation from elsewhere

    It looks like `with Path:` is supposed to be a context-manager
    for changing directory but it doesn't seem to work and the only
    way I've found to make that work is if we made our own and annotated it.
    
    Instead just use nix search path to tell the expression where
    to find the file it looks for.
    
    Also re-use SCRIPT_DIR elsewhere instead of re-"computing" it.
    dtzWill committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    26dfc0c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Merge pull request #48581 from dtzWill/update/radare2-3.0.0

    radare2: 2.9.0 -> 3.0.0, fix to use deps we provide
    Mic92 committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    35c037c View commit details
    Browse the repository at this point in the history