python.pkgs.relatorio: fix build

This commit is contained in:
Frederik Rietdijk 2017-08-25 10:52:18 +02:00
parent 7e6be0968b
commit 492390cfad

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, buildPythonPackage, genshi, lxml }:
{ lib, fetchurl, buildPythonPackage, genshi, lxml, python_magic }:
buildPythonPackage rec {
pname = "relatorio";
@ -11,6 +11,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
genshi
lxml
python_magic
];
meta = {
homepage = http://relatorio.tryton.org/;