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: a5b549e816e9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: dbd7ea5f294d
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 17, 2019

  1. setup.sh introduce isELFExec, isELFDyn

    These can be used to determine whether a ELF file with ELF header is an
    executable or shared library.
    
    We can't implement it in pure bash, as bash has problems with null
    bytes.
    flokli committed Aug 17, 2019
    Copy the full SHA
    e1b80a5 View commit details
    Browse the repository at this point in the history
  2. wrapQtAppsHook: use isELFExec

    This ensures we only wrap executables, not shared libraries
    flokli committed Aug 17, 2019
    Copy the full SHA
    88146a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Merge pull request #66725 from flokli/wrapqtappshook-exec

    stdenv: add isELFExec, isELFDyn, fix wrappers
    flokli committed Aug 18, 2019
    Copy the full SHA
    dbd7ea5 View commit details
    Browse the repository at this point in the history