diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-07-16 16:58:58 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-07-16 16:58:58 +0200 |
commit | 9f9debf107b294f775443f458159707295c93d2e (patch) | |
tree | c881a7a652534173d930bf67c02514c177c65853 | |
parent | f07767c3f7eec8db2c77682086197c3b8509a5c8 (diff) |
manifest.scm use pandoc instead of ghc-pandoc
-rw-r--r-- | manifest.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.scm b/manifest.scm index b584c8c..9ca8327 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,2 +1,2 @@ (specifications->manifest - '("python-pyyaml" "python" "chibi-scheme" "ghc-pandoc" "make" "ghostscript" "texlive" "inkscape")) + '("python-pyyaml" "python" "chibi-scheme" "pandoc" "make" "ghostscript" "texlive" "inkscape")) |