python.pkgs.relatorio: fix build
This commit is contained in:
parent
7e6be0968b
commit
492390cfad
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user