nixpkgs-suyu/pkgs
Austin Seipp c36c048c0e dockerTools: mark store-path-to-layer.sh as executable
bcf54ce5bb introduced a treewide change to
use ${stdenv.shell} where-ever possible. However, this broke a script
used by dockerTools, store-path-to-layer.sh, as it did not preserve the
+x mode bit. This meant the file got put into the store as mode 0444,
resulting in a build-time error later on that looked like:

    xargs: /nix/store/jixivxhh3c8sncp9xlkc4ls3y5f2mmxh-store-path-to-layer.sh: Permission denied

However, in a twist of fate, bcf54ce5bb
not only introduced this regression but, in this particular instance,
didn't even fix the original bug: the store-path-to-layer.sh script
*still* uses /bin/sh as its shebang line, rather than an absolute path
to stdenv. (Fixing this can be done in a separate commit.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-21 08:30:47 -06:00
..
applications Merge pull request #56129 from dywedir/alacritty 2019-02-21 09:21:24 +00:00
build-support dockerTools: mark store-path-to-layer.sh as executable 2019-02-21 08:30:47 -06:00
common-updater
data Merge master into staging-next 2019-02-16 09:29:54 +01:00
desktops Revert "Remove maintainership" 2019-02-20 19:57:34 +01:00
development haskell-hledger: drop obsolete (and already commented-out) overrides 2019-02-21 12:12:18 +01:00
games Merge branch 'master' into staging-next 2019-02-17 08:05:24 +01:00
misc dolphinEmuMaster: 2018-12-25 -> 2019-02-16 2019-02-21 01:27:28 -08:00
os-specific Merge pull request #56147 from callahad/linux-kernel-sed 2019-02-21 14:02:01 +00:00
servers home-assistant-cli: 0.5.0 -> 0.6.0 2019-02-21 14:03:35 +01:00
shells oil: 0.3.0 -> 0.6.pre15 2019-02-19 12:07:52 +01:00
stdenv
test
tools Merge pull request #56148 from adamtulinius/morph-v1.2.0 2019-02-21 14:28:07 +01:00
top-level Merge pull request #53878 from msteen/nix-prefetch 2019-02-21 09:48:49 +00:00