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: 7f3b857d0d08
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: edcff000d494
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 24, 2017

  1. wrapGAppsHook: Correct wrapProgram invocations

    This change fixes several defects in the way `wrapGAppsHook` selected
    the executable to wrap.
    
    Previously, it would wrap any top-level files in the target `/bin` and
    `/libexec` directories, including directories and non-executable
    files.  In addition, it failed to wrap files in subdirectories.
    
    Now, it uses `find` to iterate over these directory hierarchies,
    selecting only executable files for wrapping.
    ahmedtd committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    8b9f153 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Merge pull request #25183 from ahmedtd/fix-wrap-gapps-hook

    wrapGAppsHook: Correct `wrapProgram` invocations
    peti committed Apr 28, 2017
    2 Configuration menu
    Copy the full SHA
    edcff00 View commit details
    Browse the repository at this point in the history