-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pythonPackages.pypandoc: 1.4 -> 2019-03-01 #56592
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
Conversation
src = fetchFromGitHub { | ||
owner = "bebraw"; | ||
repo = "pypandoc"; | ||
rev = "87912f0f17e0a71c1160008df708c876d32e5819"; |
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.
Why a seemingly arbitrary commit?
It's just the head of master at the time, and works with the version of Pandoc we have in nixpkgs. We can bump it to a release next time it releases, but until then there's not much point having the released version around when it doesn't work. |
It's worth mentioning the choice of some revision in the code. |
87912f is from 2018-06-18. You might also want to prefix the version with |
@Twey It looks like you're really close to a merge. If you can address the comments above, specifically about adding a comment on choice of revision and the version string I'm sure everyone would be happy to commit. PS. from the nixpkgs manual, regarding version string:
|
Would be great to get this merged soon as I am currently trying to a package that depends on |
Switch to an unstable version to make it work with pandoc v2. Based on NixOS#56592 by @Twey. Reworked dependency handling.
pypandoc update was merged with #75840 |
Switch to an unstable version to make it work with pandoc v2. Based on NixOS#56592 by @Twey. Reworked dependency handling. (cherry picked from commit 6b6e54e)
Switch to an unstable version to make it work with pandoc v2. Based on NixOS#56592 by @Twey. Reworked dependency handling.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)