python.pkgs.relatorio: fix build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchurl, buildPythonPackage, genshi, lxml }:
|
{ lib, fetchurl, buildPythonPackage, genshi, lxml, python_magic }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "relatorio";
|
pname = "relatorio";
|
||||||
@@ -11,6 +11,7 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
genshi
|
genshi
|
||||||
lxml
|
lxml
|
||||||
|
python_magic
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://relatorio.tryton.org/;
|
homepage = http://relatorio.tryton.org/;
|
||||||
|
|||||||
Reference in New Issue
Block a user