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: 535dbb8a59d2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 695a3d425454
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 13, 2018

  1. libredirect: specify libName

    reduces a bit of duplication and can also be used from the outside:
    
       export LD_PRELOAD=${libredirect}/lib/${libredirect.libName}
    zimbatm committed Nov 13, 2018
    Copy the full SHA
    e62db10 View commit details
    Browse the repository at this point in the history
  2. libredirect: introduce optional setup-hook

    This allows to simplify the usage of libredirect inside of nix build
    sandboxes. Add "libredirect.hook" to the build inputs to get everything
    linked in automaticall. All that's left is to set NIX_REDIRECTS and call
    the target program.
    zimbatm committed Nov 13, 2018
    Copy the full SHA
    91c130e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d04a126 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50302 from zimbatm/libredirect-misc

    libredirect: misc changes
    zimbatm committed Nov 13, 2018
    Copy the full SHA
    695a3d4 View commit details
    Browse the repository at this point in the history