Fix gnome-doc-utils

svn path=/nixpkgs/trunk/; revision=33499
This commit is contained in:
Yury G. Kudryashov 2012-03-31 19:50:54 +00:00
parent 5f01a1d8b6
commit d789eb6a05

View File

@ -11,6 +11,7 @@ stdenv.mkDerivation {
configureFlags = "--disable-scrollkeeper";
buildInputs = [ python libxml2Python libxslt ];
pythonPath = [ libxml2Python ];
postInstall = "wrapPythonPrograms";
buildNativeInputs = [ pkgconfig intltool pythonPackages.wrapPython ];