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: 89a862a9c3f2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4f8a99e9e1b2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 14, 2020

  1. doc/stdenv: improve autoPatchelfHook description

    * Add id
    * Mention rpath
    * The control variables do not really have to be env vars (though without structuredAttrs there is not a difference)
    jtojnar committed Feb 14, 2020
    Copy the full SHA
    53c5802 View commit details
    Browse the repository at this point in the history
  2. autoPatchelfHook: Support arbitrary paths in runtimeDependencies

    Previously, the setup hooks configuration variable only accepted packages
    and added lib subdirectory of those packages to rpath.
    That was insufficient for including shared libraries like `lib/libv4l/v4l2convert.so`
    so this patch allows for passing .so file paths whose parent directory will be added to rpath.
    The patch also makes the process more strict, failing when a package not containing lib
    or not a .so file is passed to avoid hard to debug failures like passing a wrong output.
    jtojnar committed Feb 14, 2020
    Copy the full SHA
    4f8a99e View commit details
    Browse the repository at this point in the history