Skip to content

Commit

Permalink
Merge pull request #220337 from maxammann/patch-1
Browse files Browse the repository at this point in the history
Make substitution include the aarch path
  • Loading branch information
lilyinstarlight authored Mar 21, 2023
2 parents 441cbfc + 27cbc35 commit c3eae0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/analysis/codeql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
ln -sf $out/codeql/tools/linux64/lib64trace.so $out/codeql/tools/linux64/libtrace.so
sed -i 's%\$CODEQL_DIST/tools/\$CODEQL_PLATFORM/java-aarch64%\${jdk17}%g' $out/codeql/codeql
sed -i 's%\$CODEQL_DIST/tools/\$CODEQL_PLATFORM/java%\${jdk17}%g' $out/codeql/codeql
ln -s $out/codeql/codeql $out/bin/
Expand Down

0 comments on commit c3eae0d

Please sign in to comment.