3
0
Fork 0
forked from mirrors/nixpkgs

odpdown: add checkInputs

Related #32244
This commit is contained in:
Markus Hauck 2017-12-21 12:12:45 +01:00 committed by gnidorah
parent bac2d913d3
commit 21d51ece1b

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;