Skip to content

Commit

Permalink
quarto: use pandoc 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
detroyejr committed Nov 21, 2024
1 parent 1b85957 commit 0133877
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/libraries/quarto/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ stdenv
, lib
, pandoc
, typst
, esbuild
, deno
, fetchurl
, haskellPackages
, dart-sass
, rWrapper
, rPackages
Expand All @@ -16,7 +16,9 @@
, extraPythonPackages ? ps: []
, sysctl
}:

let
pandoc = haskellPackages.pandoc-cli_3_5;
in
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.6.33";
Expand Down

0 comments on commit 0133877

Please sign in to comment.