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 20, 2024
1 parent 2468db7 commit 75410ae
Show file tree
Hide file tree
Showing 3 changed files with 922 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/libraries/quarto/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv
, lib
, pandoc
, callPackage
, typst
, esbuild
, deno
Expand All @@ -17,6 +17,9 @@
, sysctl
}:

let
pandoc = callPackage ./pandoc/package.nix {};
in
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.6.33";
Expand Down
Loading

0 comments on commit 75410ae

Please sign in to comment.