summary refs log tree commit diff
path: root/pkgs/desktops/xfce/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce/default.nix')
-rw-r--r--pkgs/desktops/xfce/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix
index 41de05a41de..1593deca9c3 100644
--- a/pkgs/desktops/xfce/default.nix
+++ b/pkgs/desktops/xfce/default.nix
@@ -5,14 +5,8 @@
 , makeScopeWithSplicing
 }:
 
-let
-  keep = _self: { };
-  extra = _spliced0: { };
-
-in
 makeScopeWithSplicing {
   otherSplices = generateSplicesForMkScope "xfce";
-  inherit keep extra;
   f = (self:
     let
       inherit (self) callPackage;