Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2cd342cfb361cfa6413e6612028997079c2fa9ed
      
https://github.com/NixOS/nixpkgs/commit/2cd342cfb361cfa6413e6612028997079c2fa9ed
  Author: Taahir Ahmed <ahmed.taa...@gmail.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M pkgs/build-support/setup-hooks/wrap-gapps-hook.sh

  Log Message:
  -----------
  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.


  Commit: d1008a9a5fda6140f3739a93c1c48ae4f3331028
      
https://github.com/NixOS/nixpkgs/commit/d1008a9a5fda6140f3739a93c1c48ae4f3331028
  Author: Peter Simons <sim...@cryp.to>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
    M pkgs/build-support/setup-hooks/wrap-gapps-hook.sh

  Log Message:
  -----------
  Merge pull request #25299 from ahmedtd/fix-wrap-gapps-hook

wrapGAppsHook: Correct `wrapProgram` invocations


Compare: https://github.com/NixOS/nixpkgs/compare/85d16bd7af49...d1008a9a5fda
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to