Gobby: rename to gobby5 because it's apparently still considered very new and incompatible with stable gobby4

svn path=/nixpkgs/trunk/; revision=24043
This commit is contained in:
Evgeny Egorochkin 2010-10-04 04:15:55 +00:00
parent f1a83d3e33
commit ef403beb48

View file

@ -5641,7 +5641,7 @@ let
gocr = callPackage ../applications/graphics/gocr { };
gobby = callPackage ../applications/editors/gobby {
gobby5 = callPackage ../applications/editors/gobby {
inherit (gtkLibs) gtkmm;
inherit (gnome) gtksourceview;
};