File tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/cluster/mesos
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ in stdenv.mkDerivation rec {
69
69
70
70
substituteInPlace 3rdparty/stout/Makefile.am \
71
71
--replace "-lprotobuf" \
72
- "${ pythonProtobuf . protobuf } /lib/libprotobuf.a"
72
+ "${ pythonProtobuf . protobuf . lib } /lib/libprotobuf.a"
73
73
74
74
substituteInPlace 3rdparty/stout/include/stout/os/posix/fork.hpp \
75
75
--subst-var-by sh ${ bash } /bin/bash
@@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
97
97
98
98
substituteInPlace src/python/native_common/ext_modules.py.in \
99
99
--replace "-lprotobuf" \
100
- "${ pythonProtobuf . protobuf } /lib/libprotobuf.a"
100
+ "${ pythonProtobuf . protobuf . lib } /lib/libprotobuf.a"
101
101
102
102
substituteInPlace src/slave/containerizer/mesos/isolators/gpu/volume.cpp \
103
103
--subst-var-by cp ${ coreutils } /bin/cp \
@@ -122,7 +122,7 @@ in stdenv.mkDerivation rec {
122
122
substituteInPlace src/Makefile.am \
123
123
--subst-var-by mavenRepo ${ mavenRepo } \
124
124
--replace "-lprotobuf" \
125
- "${ pythonProtobuf . protobuf } /lib/libprotobuf.a"
125
+ "${ pythonProtobuf . protobuf . lib } /lib/libprotobuf.a"
126
126
127
127
'' + lib . optionalString stdenv . isLinux ''
128
128
You can’t perform that action at this time.
0 commit comments