Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8b9f153bb9c8156ec4f3d56d61845e432d19dcd6
      
https://github.com/NixOS/nixpkgs/commit/8b9f153bb9c8156ec4f3d56d61845e432d19dcd6
  Author: Taahir Ahmed <ahmed.taa...@gmail.com>
  Date:   2017-04-24 (Mon, 24 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: edcff000d4947a45616ea7d53d243f982f92e2fb
      
https://github.com/NixOS/nixpkgs/commit/edcff000d4947a45616ea7d53d243f982f92e2fb
  Author: Peter Simons <sim...@cryp.to>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

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

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

wrapGAppsHook: Correct `wrapProgram` invocations


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

Reply via email to