forked from mirrors/nixpkgs
GTK-doc: Update dependencies.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14719
This commit is contained in:
parent
f1500cd960
commit
91aeb56b97
pkgs/desktops/gnome
|
@ -319,7 +319,8 @@ rec {
|
|||
|
||||
gtkdoc = import ./gtkdoc.nix {
|
||||
inherit (platform) gtkdoc;
|
||||
inherit stdenv args;
|
||||
inherit stdenv pkgconfig gnomedocutils perl libxml2
|
||||
xmlto docbook2x docbook_xsl docbook_xml_dtd_412 libxslt;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{ stdenv, gtkdoc, args }: with args;
|
||||
{ stdenv, gtkdoc, pkgconfig, gnomedocutils, perl
|
||||
, libxml2, xmlto, docbook2x, docbook_xsl, docbook_xml_dtd_412
|
||||
, libxslt }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
inherit (gtkdoc) name src;
|
||||
|
||||
inherit docbook_xml_dtd_412;
|
||||
buildInputs = [ perl
|
||||
buildInputs = [ pkgconfig perl gnomedocutils
|
||||
libxml2
|
||||
xmlto docbook2x docbook_xsl docbook_xml_dtd_412 libxslt ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue