Merge pull request #47296 from matthewbauer/closure-size-reductions

ISO/OVA closure size reductions
This commit is contained in:
xeji
2018-09-24 23:21:02 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -7,7 +7,10 @@
services.xserver = {
enable = true;
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
desktopManager.plasma5 = {
enable = true;
enableQt4Support = false;
};
libinput.enable = true; # for touchpad support on many laptops
};

View File

@@ -83,6 +83,8 @@ in stdenv.mkDerivation rec {
"statdpath=$(TMPDIR)"
];
stripDebugList = [ "lib" "libexec" "bin" "etc/systemd/system-generators" ];
postInstall =
''
# Not used on NixOS