From 81efd0c82db67b945a23d61e2b398f379df99524 Mon Sep 17 00:00:00 2001 From: Kamil Chmielewski Date: Wed, 27 Jul 2016 10:11:33 +0200 Subject: mesos: FIX #16917 Failed to extract tgz --- pkgs/applications/networking/cluster/mesos/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/networking/cluster/mesos/default.nix') diff --git a/pkgs/applications/networking/cluster/mesos/default.nix b/pkgs/applications/networking/cluster/mesos/default.nix index 89337901f97c..27c31443f120 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"' -- cgit 1.4.1