Allow both gtk_doc and gtkdoc names for now

svn path=/nixpkgs/trunk/; revision=17524
This commit is contained in:
Michael Raskin 2009-09-30 06:16:47 +00:00
parent e2fd504dff
commit 6936d8fbec

View File

@ -108,6 +108,9 @@ rec {
inherit (pkgs) docbook_xml_dtd_43 docbook_xsl;
inherit gnome_doc_utils;
};
# What name should we use??
gtkdoc = gtk_doc;
# Freedesktop library
startup_notification = import ./platform/startup-notification {