Skip to content

Commit

Permalink
quarto: use deno version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
detroyejr committed Oct 19, 2024
1 parent efc1c32 commit 19a60fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/quarto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, pandoc
, typst
, esbuild
, deno
, deno_1
, fetchurl
, dart-sass
, rWrapper
Expand Down Expand Up @@ -39,7 +39,7 @@ stdenv.mkDerivation (final: {

preFixup = ''
wrapProgram $out/bin/quarto \
--prefix QUARTO_DENO : ${lib.getExe deno} \
--prefix QUARTO_DENO : ${lib.getExe deno_1} \
--prefix QUARTO_PANDOC : ${lib.getExe pandoc} \
--prefix QUARTO_ESBUILD : ${lib.getExe esbuild} \
--prefix QUARTO_DART_SASS : ${lib.getExe dart-sass} \
Expand Down

0 comments on commit 19a60fc

Please sign in to comment.