irker: cleanup manual setting of XML_CATALOG_FILES, no longer needed
This commit is contained in:
parent
cb92075daf
commit
d8141bc059
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1hslwqa0gqsnl3l6hd5hxpn0wlachxd51infifhlwhyhd6iwgx8p";
|
sha256 = "1hslwqa0gqsnl3l6hd5hxpn0wlachxd51infifhlwhyhd6iwgx8p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig xmlto docbook2x ];
|
nativeBuildInputs = [ pkgconfig xmlto docbook2x docbook_xsl docbook_xml_dtd_412 ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python
|
python
|
||||||
|
@ -21,10 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
# python.pkgs.pysocks
|
# python.pkgs.pysocks
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
|
||||||
export XML_CATALOG_FILES='${docbook_xsl}/xml/xsl/docbook/catalog.xml ${docbook_xml_dtd_412}/xml/dtd/docbook/catalog.xml'
|
|
||||||
'';
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace '-o 0 -g 0' ""
|
--replace '-o 0 -g 0' ""
|
||||||
|
|
Loading…
Reference in New Issue