forked from mirrors/nixpkgs
pkgs/bazel*: Fix path to update-srcDeps.py
Otherwise, the -small channel fails on the tarball output.
This commit is contained in:
parent
b94a0e5377
commit
0723bf3b72
|
@ -290,7 +290,7 @@ stdenv.mkDerivation rec {
|
|||
#!${runtimeShell}
|
||||
cat ${runCommand "bazel-deps.json" {} ''
|
||||
${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}
|
||||
'';
|
||||
|
||||
|
|
|
@ -290,7 +290,7 @@ stdenv.mkDerivation rec {
|
|||
#!${runtimeShell}
|
||||
cat ${runCommand "bazel-deps.json" {} ''
|
||||
${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}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue