Merge pull request #2020 from rgrinberg/rst-module

Add lang/rst module
This commit is contained in:
Henrik Lissner
2019-11-10 04:35:47 -05:00
committed by GitHub
3 changed files with 24 additions and 0 deletions

View File

@@ -58,3 +58,5 @@
(when (featurep! +hugo)
(package! ox-hugo
:recipe (:host github :repo "kaushalmodi/ox-hugo" :nonrecursive t)))
(when (featurep! :lang rst)
(package! ox-rst))