Merge pull request #32931 from markus1189/odpdown-fix

odpdown: add `checkInputs`
This commit is contained in:
Frederik Rietdijk 2017-12-21 17:49:15 +00:00 committed by GitHub
commit b4461617c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;