gnome_doc_utils: use python2, rewrite expression
This commit is contained in:
parent
8fa308126f
commit
e730b15076
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, python, pkgconfig, libxml2Python, libxslt, intltool
|
{stdenv, fetchurl, pkgconfig, libxml2Python, libxslt, intltool
|
||||||
, makeWrapper, pythonPackages }:
|
, makeWrapper, python2Packages }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
python2Packages.mkPythonDerivation {
|
||||||
name = "gnome-doc-utils-0.20.10";
|
name = "gnome-doc-utils-0.20.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -10,9 +10,6 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "--disable-scrollkeeper";
|
configureFlags = "--disable-scrollkeeper";
|
||||||
buildInputs = [ python libxml2Python libxslt ];
|
buildInputs = [ libxslt pkgconfig intltool ];
|
||||||
pythonPath = [ libxml2Python ];
|
propagatedBuildInputs = [ libxml2Python ];
|
||||||
postInstall = "wrapPythonPrograms";
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool pythonPackages.wrapPython ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user