Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 15e0502f990ac22b1c0c166182299470606ece2a
      
https://github.com/NixOS/nixpkgs/commit/15e0502f990ac22b1c0c166182299470606ece2a
  Author: Mogria <m0g...@gmail.com>
  Date:   2017-03-15 (Wed, 15 Mar 2017)

  Changed paths:
    M pkgs/applications/editors/sublime3/default.nix

  Log Message:
  -----------
  sublime3: fix hardcoded /bin/bash when executing commands for build systems 
(#23561)

* sublime3: replace hardcoded /bin/bash with /usr/bin/env

exec.py in Default.package-sublime calls /bin/bash with subprocess.
See Issue #12011. Because of this builds could not be started from
withtin Sublime Text.

* sublime3: use wrapped of bash to fix internal build system

Without the wrapped version of bash (a symlink to $bash/bin/bash)
with LD_PRELOAD to glibc an relocation error occurs when trying
to run builds from within Sublime Text 3.  See Issue #12011.

(cherry picked from commit 1893ed54dc1ee7cef56be1c2ce7839c9523ba17e)


_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to