pkgs/bazel*: Fix path to update-srcDeps.py
Otherwise, the -small channel fails on the tarball output. (cherry picked from commit 0723bf3b72eb53103f7c003e0e23eafcefb77a29)
This commit is contained in:
parent
3fab55793d
commit
cfe8e0e1ad
@ -289,7 +289,7 @@ stdenv.mkDerivation rec {
|
|||||||
#!${runtimeShell}
|
#!${runtimeShell}
|
||||||
cat ${runCommand "bazel-deps.json" {} ''
|
cat ${runCommand "bazel-deps.json" {} ''
|
||||||
${unzip}/bin/unzip ${src} WORKSPACE
|
${unzip}/bin/unzip ${src} WORKSPACE
|
||||||
${python3}/bin/python3 ${./update-srcDeps.py} ./WORKSPACE > $out
|
${python3}/bin/python3 ${../update-srcDeps.py} ./WORKSPACE > $out
|
||||||
''} > ${builtins.toString ./src-deps.json}
|
''} > ${builtins.toString ./src-deps.json}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -290,7 +290,7 @@ stdenv.mkDerivation rec {
|
|||||||
#!${runtimeShell}
|
#!${runtimeShell}
|
||||||
cat ${runCommand "bazel-deps.json" {} ''
|
cat ${runCommand "bazel-deps.json" {} ''
|
||||||
${unzip}/bin/unzip ${src} WORKSPACE
|
${unzip}/bin/unzip ${src} WORKSPACE
|
||||||
${python3}/bin/python3 ${./update-srcDeps.py} ./WORKSPACE > $out
|
${python3}/bin/python3 ${../update-srcDeps.py} ./WORKSPACE > $out
|
||||||
''} > ${builtins.toString ./src-deps.json}
|
''} > ${builtins.toString ./src-deps.json}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user