network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet does

I think this makes sense, because now all the plugins will be gnome3 gtk3
based, the same way nm-applet is.

I also removed networkmanager_pptp_gnome variation of networkmanager_pptp
package, because i think no variation is needed and gnome support should
be on by default like in other packages.
This commit is contained in:
Jaka Hudoklin
2014-05-20 20:37:29 +02:00
parent bddd10d75c
commit 3673ba6150
6 changed files with 13 additions and 16 deletions
-1
View File
@@ -1190,7 +1190,6 @@ let
networkmanager = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
networkmanagerapplet = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
networkmanager_pptp = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
networkmanager_pptp_gnome = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
neverball = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
nfsUtils = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
ngspice = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };