Merge #29293: gnome-doc-utils: fix for paths cont. '+'

This commit is contained in:
Vladimír Čunát 2017-11-27 15:30:34 +01:00
commit fe812fd3df
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -10,8 +10,14 @@ python2Packages.buildPythonApplication {
sha256 = "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb";
};
nativeBuildInputs = [ intltool pkgconfig ];
buildInputs = [ libxslt ];
configureFlags = "--disable-scrollkeeper";
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libxslt intltool ];
preBuild = ''
substituteInPlace xml2po/xml2po/Makefile --replace '-e "s+^#!.*python.*+#!$(PYTHON)+"' '-e "s\"^#!.*python.*\"#!$(PYTHON)\""'
'';
propagatedBuildInputs = [ libxml2Python ];
}