Skip to content

Commit 56d0e46

Browse files
committed
Add baseJulia version to julia wrapped name
1 parent c772401 commit 56d0e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let
3030
# Wrapped Julia with libraries and environment variables.
3131
# Note: setting The PYTHON environment variable is recommended to prevent packages
3232
# from trying to obtain their own with Conda.
33-
julia = runCommand "julia-wrapped" { buildInputs = [makeWrapper]; } ''
33+
julia = runCommand "julia-${baseJulia.version}-wrapped" { buildInputs = [makeWrapper]; } ''
3434
mkdir -p $out/bin
3535
makeWrapper ${baseJulia}/bin/julia $out/bin/julia \
3636
--suffix LD_LIBRARY_PATH : "${lib.makeLibraryPath extraLibs}" \

0 commit comments

Comments
 (0)