mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Allow both gtk_doc and gtkdoc names for now
svn path=/nixpkgs/trunk/; revision=17524
This commit is contained in:
parent
e2fd504dff
commit
6936d8fbec
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user