gnome2.zenity: Add docbook_xml_dtd_412 to prevent build from attempting to reference DTD from network and failing.
This commit is contained in:
parent
ecbb9027ea
commit
a31b2ca00f
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, cairo, libxml2, libxslt, glib, gtk, pango, atk
|
{ stdenv, fetchurl, pkgconfig, cairo, libxml2, libxslt, glib, gtk, pango, atk
|
||||||
, gnome-doc-utils, intltool, libglade, libX11, which }:
|
, gnome-doc-utils, intltool, libglade, libX11, which, docbook_xml_dtd_412 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "zenity-2.32.1";
|
name = "zenity-2.32.1";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "--disable-scrollkeeper";
|
configureFlags = "--disable-scrollkeeper";
|
||||||
buildInputs = [ gtk libglade libxml2 libxslt libX11 ];
|
buildInputs = [ gtk libglade libxml2 libxslt libX11 docbook_xml_dtd_412 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool gnome-doc-utils which ];
|
nativeBuildInputs = [ pkgconfig intltool gnome-doc-utils which ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user