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

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