tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mesos: FIX #16917 Failed to extract tgz
Kamil Chmielewski
9 years ago
81efd0c8
3badad81
+3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
mesos
default.nix
+3
pkgs/applications/networking/cluster/mesos/default.nix
reviewed
···
48
48
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/posix/os.hpp \
49
49
--replace '"sh"' '"${bash}/bin/bash"'
50
50
51
51
+
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/shell.hpp \
52
52
+
--replace '"sh"' '"${bash}/bin/bash"'
53
53
+
51
54
substituteInPlace 3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/fork.hpp \
52
55
--replace '"sh"' '"${bash}/bin/bash"'
53
56