Merge pull request from RichardBarrell/gparted-in-games

Tidy: gparted and gsmartcontrol are not games.
This commit is contained in:
Aristid Breitkreuz 2014-09-22 19:01:01 +02:00
commit e419cf64ca
1 changed files with 6 additions and 6 deletions
pkgs/top-level

View File

@ -1232,6 +1232,8 @@ let
gource = callPackage ../applications/version-management/gource {}; gource = callPackage ../applications/version-management/gource {};
gparted = callPackage ../tools/misc/gparted { };
gpodder = callPackage ../applications/audio/gpodder { }; gpodder = callPackage ../applications/audio/gpodder { };
gptfdisk = callPackage ../tools/system/gptfdisk { }; gptfdisk = callPackage ../tools/system/gptfdisk { };
@ -1276,6 +1278,10 @@ let
grub2_zfs = grub2.override { zfsSupport = true; }; grub2_zfs = grub2.override { zfsSupport = true; };
gsmartcontrol = callPackage ../tools/misc/gsmartcontrol {
inherit (gnome) libglademm;
};
gssdp = callPackage ../development/libraries/gssdp { gssdp = callPackage ../development/libraries/gssdp {
inherit (gnome) libsoup; inherit (gnome) libsoup;
}; };
@ -10756,12 +10762,6 @@ let
gnugo = callPackage ../games/gnugo { }; gnugo = callPackage ../games/gnugo { };
gparted = callPackage ../tools/misc/gparted { };
gsmartcontrol = callPackage ../tools/misc/gsmartcontrol {
inherit (gnome) libglademm;
};
gtypist = callPackage ../games/gtypist { }; gtypist = callPackage ../games/gtypist { };
hexen = callPackage ../games/hexen { }; hexen = callPackage ../games/hexen { };