Merge pull request #33336 from dtzWill/fix/lxterminal-nativebuildinputs

lxterminal: use nativeBuildInputs for compile-time-only deps

authored by Joachim F and committed by GitHub 55dbaba6 7e0b155c

+5 -3
+5 -3
pkgs/applications/misc/lxterminal/default.nix
··· 16 16 "--enable-man" 17 17 ]; 18 18 19 - buildInputs = [ 20 - automake autoconf intltool pkgconfig gtk2 vte libxslt docbook_xml_dtd_412 21 - docbook_xml_xslt libxml2 findXMLCatalogs 19 + nativeBuildInputs = [ 20 + automake autoconf intltool pkgconfig 21 + libxslt docbook_xml_dtd_412 docbook_xml_xslt libxml2 findXMLCatalogs 22 22 ]; 23 + 24 + buildInputs = [ gtk2 vte ]; 23 25 24 26 patches = [ 25 27 ./respect-xml-catalog-files-var.patch