Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca6569c96ae6
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7fc58ea6a742
Choose a head ref
  • 8 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 7, 2018

  1. lttng-modules: add 'libelf' to fix build against linux 4.14

    Fixes this:
    
    $ nix-build -A linuxPackages.lttng-modules
    [...]
    /nix/store/...-linux-4.14.48-dev/lib/modules/4.14.48/source/Makefile:948: \
      *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfu
    
    (Linux 4.16+ has other issues, so mark as broken.)
    bjornfor committed Jun 7, 2018
    Copy the full SHA
    0f85941 View commit details
  2. nixos/sandbox: improve documentation.

    This was put together based on feedback from LnL on IRC.
    bbarker authored and Mic92 committed Jun 7, 2018
    Copy the full SHA
    f098e60 View commit details
  3. androidndk: remove set -x

    This was causing output limit exceeded in Hydra:
    
    https://hydra.nixos.org/build/75406916
    matthewbauer authored Jun 7, 2018
    Copy the full SHA
    673628e View commit details
  4. flashplayer: fix sha256 hash

    dywedir committed Jun 7, 2018
    Copy the full SHA
    16ee92e View commit details
  5. autoPatchelfHook: Patch PIC exes/libs as well

    If there is a shared object or executable that's using
    position-independent code, the file's mime type is
    "application/x-pie-executable", so until this change its dependencies
    wouldn't be patched.
    
    This simply adds the mime type to the search loop.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Jun 7, 2018
    Copy the full SHA
    ff5cecf View commit details

Commits on Jun 8, 2018

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    16a575c View commit details
  2. Copy the full SHA
    8cee6cb View commit details
  3. Merge pull request #41648 from dywedir/flashplayer

    flashplayer: fix sha256 hash
    matthewbauer authored Jun 8, 2018
    Copy the full SHA
    7fc58ea View commit details
Loading