Merge pull request #17294 from kamilchm/fix-mesos-fetcher-extract

mesos: FIX #16917 Failed to extract tgz
This commit is contained in:
Robin Gloster 2016-07-27 12:23:07 +02:00 committed by GitHub
commit 3882698004

View File

@ -48,6 +48,9 @@ in stdenv.mkDerivation rec {
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/posix/os.hpp \
--replace '"sh"' '"${bash}/bin/bash"'
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/shell.hpp \
--replace '"sh"' '"${bash}/bin/bash"'
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp \
--replace '"sh"' '"${bash}/bin/bash"'