mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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 {
|
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/;
|
||||||
|
Loading…
Reference in New Issue
Block a user