mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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 {};
|
||||
|
||||
gparted = callPackage ../tools/misc/gparted { };
|
||||
|
||||
gpodder = callPackage ../applications/audio/gpodder { };
|
||||
|
||||
gptfdisk = callPackage ../tools/system/gptfdisk { };
|
||||
@ -1276,6 +1278,10 @@ let
|
||||
|
||||
grub2_zfs = grub2.override { zfsSupport = true; };
|
||||
|
||||
gsmartcontrol = callPackage ../tools/misc/gsmartcontrol {
|
||||
inherit (gnome) libglademm;
|
||||
};
|
||||
|
||||
gssdp = callPackage ../development/libraries/gssdp {
|
||||
inherit (gnome) libsoup;
|
||||
};
|
||||
@ -10756,12 +10762,6 @@ let
|
||||
|
||||
gnugo = callPackage ../games/gnugo { };
|
||||
|
||||
gparted = callPackage ../tools/misc/gparted { };
|
||||
|
||||
gsmartcontrol = callPackage ../tools/misc/gsmartcontrol {
|
||||
inherit (gnome) libglademm;
|
||||
};
|
||||
|
||||
gtypist = callPackage ../games/gtypist { };
|
||||
|
||||
hexen = callPackage ../games/hexen { };
|
||||
|
Loading…
Reference in New Issue
Block a user