mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
markdown-anki-decks: fix build
This commit is contained in:
parent
2c89157da4
commit
e123625aa9
@ -24,13 +24,14 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
dependencies = with python3.pkgs; [
|
||||
beautifulsoup4
|
||||
colorama
|
||||
genanki
|
||||
markdown
|
||||
python-frontmatter
|
||||
typer
|
||||
];
|
||||
|
||||
# No tests available on Pypi and there is only a failing version assertion test in the repo.
|
||||
# No tests available on PyPI and there is only a failing version assertion test in the repo.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
@ -42,7 +43,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://github.com/lukesmurray/markdown-anki-decks";
|
||||
changelog = "https://github.com/lukesmurray/markdown-anki-decks/blob/${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ totoroot ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "mdankideck";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user