Tidy: gparted and gsmartcontrol are not games.
This commit is contained in:
parent
e288ab79e3
commit
dd57adfb7c
@ -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 { };
|
||||||
|
Loading…
Reference in New Issue
Block a user