mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Merge pull request #32931 from markus1189/odpdown-fix
odpdown: add `checkInputs`
This commit is contained in:
commit
b4461617c4
@ -12,6 +12,10 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ libreoffice lpod lxml mistune pillow pygments ];
|
propagatedBuildInputs = with pythonPackages; [ libreoffice lpod lxml mistune pillow pygments ];
|
||||||
|
|
||||||
|
checkInputs = with pythonPackages; [
|
||||||
|
nose
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/thorstenb/odpdown;
|
homepage = https://github.com/thorstenb/odpdown;
|
||||||
repositories.git = https://github.com/thorstenb/odpdown.git;
|
repositories.git = https://github.com/thorstenb/odpdown.git;
|
||||||
|
Loading…
Reference in New Issue
Block a user