mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
parent
f1da792425
commit
276d60e3a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user