mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
glib: fix cross compile
Made libxslt an unconditional input. It's used for building man pages, which are enabled on cross builds.
This commit is contained in:
parent
d3c8e3965d
commit
e9c35f11c2
@ -134,12 +134,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
perl
|
perl
|
||||||
python3
|
python3
|
||||||
gettext
|
gettext
|
||||||
|
libxslt
|
||||||
|
docbook_xsl
|
||||||
] ++ lib.optionals buildDocs [
|
] ++ lib.optionals buildDocs [
|
||||||
gtk-doc
|
gtk-doc
|
||||||
docbook_xsl
|
|
||||||
docbook_xml_dtd_45
|
docbook_xml_dtd_45
|
||||||
libxml2
|
libxml2
|
||||||
libxslt
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ zlib libffi gettext libiconv ];
|
propagatedBuildInputs = [ zlib libffi gettext libiconv ];
|
||||||
|
Loading…
Reference in New Issue
Block a user