mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +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
|
||||
python3
|
||||
gettext
|
||||
libxslt
|
||||
docbook_xsl
|
||||
] ++ lib.optionals buildDocs [
|
||||
gtk-doc
|
||||
docbook_xsl
|
||||
docbook_xml_dtd_45
|
||||
libxml2
|
||||
libxslt
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ zlib libffi gettext libiconv ];
|
||||
|
Loading…
Reference in New Issue
Block a user