kdeWrapper: reduce closure size

This commit is contained in:
Thomas Tuegel
2016-11-16 17:07:13 -06:00
parent ecbb4db055
commit 58811df272
2 changed files with 29 additions and 13 deletions
@@ -63,7 +63,6 @@ let
kdeWrapper = import ./kde-wrapper.nix {
inherit (pkgs) stdenv lib makeWrapper;
inherit kdeEnv;
};
attica = callPackage ./attica.nix {};