kde5.kdeWrapper: use small symlink farms

This partially addresses #21345, but we may need to reduce disk usage
further.
This commit is contained in:
Thomas Tuegel
2016-12-22 07:58:57 -06:00
parent e6fa6b21e1
commit af2ecc27fc
2 changed files with 20 additions and 33 deletions
@@ -57,7 +57,7 @@ let
});
kdeWrapper = import ./kde-wrapper.nix {
inherit (pkgs) stdenv lib makeWrapper;
inherit (pkgs) stdenv lib makeWrapper buildEnv;
};
attica = callPackage ./attica.nix {};