-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandoc-mustache: init at 0.1.0 #382100
base: master
Are you sure you want to change the base?
pandoc-mustache: init at 0.1.0 #382100
Conversation
70cea35
to
4fc528e
Compare
|
src = fetchPypi { | ||
inherit pname version; | ||
hash = "sha256-xGjRwhZ2zx+YJARaB4/l1OhFauy/LMosIjMQqoGnxrM="; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new packages are preferred to use fetchFromGitHub
|
||
meta = { | ||
description = "Pandoc Mustache Filter"; | ||
homepage = "https://github.com/michaelstepner/pandoc-mustache"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding changelog
homepage = "https://github.com/michaelstepner/pandoc-mustache"; | |
homepage = "https://github.com/michaelstepner/pandoc-mustache"; | |
changelog = "https://github.com/michaelstepner/pandoc-mustache/releases/tag/${version}/CHANGELOG.md" |
pyyaml | ||
future | ||
]; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passthru.updateScript = nix-update-script { }; |
4fc528e
to
8b4bf65
Compare
8b4bf65
to
489769f
Compare
Init package for pandoc-mustache, a pandoc filter that adds mustache templates. This allows the use of variables when building LaTeX documents from markdown.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.