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

Commits on Apr 28, 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 28, 2017
    10 Configuration menu
    Copy the full SHA
    2cd342c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

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

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