gspell: move to top-level

This commit is contained in:
Jan Tojnar 2018-06-29 15:49:53 +02:00
parent 8e78a9a68f
commit eee6565783
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
3 changed files with 3 additions and 4 deletions

View file

@ -52,7 +52,7 @@ let
hitori gnome-taquin
];
inherit (pkgs) atk glib gobjectIntrospection webkitgtk gtk3 gtkmm3
inherit (pkgs) atk glib gobjectIntrospection gspell webkitgtk gtk3 gtkmm3
libgtop libgudev libhttpseverywhere librsvg libsecret gdk_pixbuf gtksourceview gtksourceview4
easytag meld orca rhythmbox shotwell gnome-usage
clutter clutter-gst clutter-gtk cogl gtkvnc libdazzle;
@ -375,8 +375,6 @@ let
gitg = callPackage ./misc/gitg { };
gspell = callPackage ./misc/gspell { };
libgnome-games-support = callPackage ./misc/libgnome-games-support { };
libgda = callPackage ./misc/libgda { };

View file

@ -22,7 +22,6 @@ in stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;
attrPath = "gnome3.${pname}";
};
};

View file

@ -16429,6 +16429,8 @@ with pkgs;
gpxsee = libsForQt5.callPackage ../applications/misc/gpxsee { };
gspell = callPackage ../development/libraries/gspell { };
gtk2fontsel = callPackage ../applications/misc/gtk2fontsel {
inherit (gnome2) gtk;
};