about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-07-27 12:23:07 +0200
committerGitHub <noreply@github.com>2016-07-27 12:23:07 +0200
commit38826980046b9e8ad800eaa536597b8b2400a2de (patch)
treec4efe756b72b06fc21bde0878ed2e897bd9c429e /pkgs/applications/networking
parentf970bc67c7c3c25504bbabf9f8901ced4ebd9891 (diff)
parent81efd0c82db67b945a23d61e2b398f379df99524 (diff)
Merge pull request #17294 from kamilchm/fix-mesos-fetcher-extract
mesos: FIX #16917 Failed to extract tgz
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/mesos/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cluster/mesos/default.nix b/pkgs/applications/networking/cluster/mesos/default.nix
index 89337901f97c7..27c31443f120a 100644
--- a/pkgs/applications/networking/cluster/mesos/default.nix
+++ b/pkgs/applications/networking/cluster/mesos/default.nix
@@ -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"'