summary refs log tree commit diff
path: root/pkgs/top-level/release-python.nix
diff options
context:
space:
mode:
authorJaka Hudoklin <jakahudoklin@gmail.com>2014-05-20 20:30:44 +0200
committerJaka Hudoklin <jakahudoklin@gmail.com>2014-05-20 20:37:29 +0200
commit3673ba615001b3fe017fe947fad4c20da60faaf6 (patch)
tree4d634b6231f576e75e7a156120431d36fc83faaa /pkgs/top-level/release-python.nix
parentbddd10d75c333fd09efc89a268067173ec1fc6b4 (diff)
downloadnixpkgs-3673ba615001b3fe017fe947fad4c20da60faaf6.tar
nixpkgs-3673ba615001b3fe017fe947fad4c20da60faaf6.tar.gz
nixpkgs-3673ba615001b3fe017fe947fad4c20da60faaf6.tar.bz2
nixpkgs-3673ba615001b3fe017fe947fad4c20da60faaf6.tar.lz
nixpkgs-3673ba615001b3fe017fe947fad4c20da60faaf6.tar.xz
nixpkgs-3673ba615001b3fe017fe947fad4c20da60faaf6.tar.zst
nixpkgs-3673ba615001b3fe017fe947fad4c20da60faaf6.zip
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.
Diffstat (limited to 'pkgs/top-level/release-python.nix')
-rw-r--r--pkgs/top-level/release-python.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/release-python.nix b/pkgs/top-level/release-python.nix
index dfdbb1db8bd..074f7ea4f7b 100644
--- a/pkgs/top-level/release-python.nix
+++ b/pkgs/top-level/release-python.nix
@@ -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; };