From f808690b1604a32a121bc2af6c207761f8f1f4f6 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Sun, 18 Oct 2009 04:43:40 +0000 Subject: adding python package lxml to make scripts in inkscape work svn path=/nixpkgs/trunk/; revision=17858 --- pkgs/applications/graphics/inkscape/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/graphics/inkscape') diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index cf708da62a9..c0f9b168004 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { propagatedBuildInputs = [ # Python is used at run-time to execute scripts, e.g., those from # the "Effects" menu. - python pyxml + python pyxml lxml ]; buildInputs = [ @@ -41,7 +41,7 @@ stdenv.mkDerivation rec { for i in "$out/bin/"* do wrapProgram "$i" --prefix PYTHONPATH : \ - "$(toPythonPath ${pyxml})" || \ + "$(toPythonPath ${pyxml}):$(toPythonPath ${lxml})" || \ exit 2 done ''; -- cgit 1.4.1