odpdown: add checkInputs

Related #32244
This commit is contained in:
Markus Hauck 2017-12-21 12:12:45 +01:00
parent f1da792425
commit 276d60e3a8

View File

@ -12,6 +12,10 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ libreoffice lpod lxml mistune pillow pygments ];
checkInputs = with pythonPackages; [
nose
];
meta = with stdenv.lib; {
homepage = https://github.com/thorstenb/odpdown;
repositories.git = https://github.com/thorstenb/odpdown.git;