gnome-builder: ensure gtkdoc can find docbook DTDs
This commit is contained in:
parent
e32a5dafaf
commit
3a64f5790e
@ -1,8 +1,10 @@
|
||||
{ stdenv
|
||||
, desktop-file-utils
|
||||
, docbook_xsl
|
||||
, docbook_xml_dtd_43
|
||||
, fetchurl
|
||||
, flatpak
|
||||
, glibcLocales
|
||||
, gnome3
|
||||
, gobjectIntrospection
|
||||
, gspell
|
||||
@ -41,6 +43,8 @@ in stdenv.mkDerivation {
|
||||
#appstream-glib # tests fail if these tools are available
|
||||
desktop-file-utils
|
||||
docbook_xsl
|
||||
docbook_xml_dtd_43
|
||||
glibcLocales # for Meson's gtkdochelper
|
||||
gobjectIntrospection
|
||||
gtk-doc
|
||||
hicolor-icon-theme
|
||||
@ -91,6 +95,10 @@ in stdenv.mkDerivation {
|
||||
"-Dwith_docs=true"
|
||||
];
|
||||
|
||||
preInstall = ''
|
||||
export LC_ALL="en_US.utf-8"
|
||||
'';
|
||||
|
||||
pythonPath = with python3.pkgs; requiredPythonModules [ pygobject3 ];
|
||||
|
||||
preFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user