mesos: FIX #16917 Failed to extract tgz
This commit is contained in:
parent
3badad811c
commit
81efd0c82d
@ -48,6 +48,9 @@ in stdenv.mkDerivation rec {
|
|||||||
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/posix/os.hpp \
|
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/posix/os.hpp \
|
||||||
--replace '"sh"' '"${bash}/bin/bash"'
|
--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 \
|
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp \
|
||||||
--replace '"sh"' '"${bash}/bin/bash"'
|
--replace '"sh"' '"${bash}/bin/bash"'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user